From c8d2b348c04f2ce6babf9b8e8078da89393ea9fc Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Mon, 27 Nov 2023 21:47:35 -0500 Subject: [PATCH] Remove failing linux aarch64 target --- .github/workflows/publish_binaries.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish_binaries.yml b/.github/workflows/publish_binaries.yml index 477acdd..ae96e0a 100644 --- a/.github/workflows/publish_binaries.yml +++ b/.github/workflows/publish_binaries.yml @@ -7,7 +7,7 @@ name: Publish binaries to release jobs: publish: - name: Publish for ${{ matrix.os }} + name: Publish for ${{ matrix.os }} ${{ matrix.target }} runs-on: ${{ matrix.os }} strategy: matrix: @@ -16,10 +16,6 @@ jobs: artifact_name: python-project asset_name: python-project-generator-linux-amd64 target: x86_64-unknown-linux-gnu - - os: ubuntu-latest - artifact_name: python-project - asset_name: python-project-generator-linux-aarch64 - target: aarch64-unknown-linux-gnu - os: macos-latest artifact_name: python-project asset_name: python-project-generator-macos-amd64