Skip to content

Commit

Permalink
chore(ci): Fix release target for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 12, 2024
1 parent bb99fe1 commit 9d10c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- build: linux
os: ubuntu-20.04
rust: stable
target: arm64-unknown-linux-musl
target: aarch64-unknown-linux-musl
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 9d10c4d

Please sign in to comment.