Skip to content

Commit

Permalink
fix: remove aarch64 ubuntu target
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed Mar 3, 2024
1 parent fdd924e commit 85bf518
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
matrix:
config:
- os: ubuntu-20.04
architecture: [amd64]
rust_target: x86_64-unknown-linux-gnu
ext: ''
args: ''
- os: ubuntu-20.04
architecture: [arm64]
rust_target: aarch64-unknown-linux-gnu
ext: ''
args: ''
# - os: ubuntu-20.04
# rust_target: aarch64-unknown-linux-gnu
# ext: ''
# args: ''
- os: macos-latest
rust_target: x86_64-apple-darwin
ext: ''
Expand Down

0 comments on commit 85bf518

Please sign in to comment.