Skip to content

Commit

Permalink
Start building binaries for ubuntu-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Sep 13, 2024
1 parent dce2e06 commit c4affea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
matrix:
os:
[
ubuntu-ghcloud, # ubuntu-x86_64
windows-ghcloud, # windows-x86_64
macos-latest-xl, # macos-x86_64
macos-latest-xlarge # macos-arm64
# ubuntu-ghcloud, # ubuntu-x86_64
ubuntu-22.04-arm64, # ubuntu-arm64
# windows-ghcloud, # windows-x86_64
# macos-latest-xl, # macos-x86_64
# macos-latest-xlarge # macos-arm64
]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c4affea

Please sign in to comment.