Skip to content

Commit

Permalink
Remove failing linux aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Nov 28, 2023
1 parent bbd8014 commit c8d2b34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c8d2b34

Please sign in to comment.