Skip to content

Commit

Permalink
avoid arm64 ubuntu for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 29, 2024
1 parent 052986b commit d56a57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- os: ubuntu-latest
arch: amd64
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
arch: arm64
target: aarch64-unknown-linux-gnu
# - os: ubuntu-latest
# arch: arm64
# target: aarch64-unknown-linux-gnu
- os: macos-latest
arch: amd64
target: x86_64-apple-darwin
Expand Down

0 comments on commit d56a57d

Please sign in to comment.