From c2e4be3d12bb6ce7210e21f2ee7e4733f166f657 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 9 Aug 2021 11:40:08 +0100 Subject: [PATCH] Add 20.04 Ubuntu builds --- .github/workflows/CICD.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 22ba12d..cd16050 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -45,6 +45,13 @@ jobs: fail-fast: false matrix: job: + - { os: ubuntu-20.04, target: arm-unknown-linux-gnueabihf , use-cross: true } + - { os: ubuntu-20.04, target: arm-unknown-linux-musleabihf, use-cross: true } + - { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu , use-cross: true } + - { os: ubuntu-20.04, target: i686-unknown-linux-gnu , use-cross: true } + - { os: ubuntu-20.04, target: i686-unknown-linux-musl , use-cross: true } + - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu } + - { os: ubuntu-20.04, target: x86_64-unknown-linux-musl , use-cross: true } - { os: ubuntu-18.04, target: arm-unknown-linux-gnueabihf , use-cross: true } - { os: ubuntu-18.04, target: arm-unknown-linux-musleabihf, use-cross: true } - { os: ubuntu-18.04, target: aarch64-unknown-linux-gnu , use-cross: true }