From 4df77c5201c5245cb08bab636787be6da782009f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 26 Apr 2021 18:36:19 +0100 Subject: Release v0.6.4 - Fix version - Only build for two targets --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07519914..58868068 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,9 +18,6 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-18.04 , target: arm-unknown-linux-gnueabihf , use-cross: true } - - { os: ubuntu-18.04 , target: aarch64-unknown-linux-gnu , use-cross: true } - - { os: ubuntu-18.04 , target: i686-unknown-linux-gnu , use-cross: true } - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu } - { os: macos-10.15 , target: x86_64-apple-darwin } steps: -- cgit v1.3.1