Skip to content

Commit

Permalink
chore: build/release aarch64 via linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 8, 2024
1 parent 49a2ba9 commit a9e1f83
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
- name: Linux x86_64
runner: namespace-profile-lightning-builder-ubuntu-amd64
target: x86_64-unknown-linux-gnu
- name: MacOS aarch64
runner: macos-latest
target: aarch64-apple-darwin
fail-fast: true
- name: Linux aarch64
runner: namespace-profile-lightning-builder-ubuntu-arm64
target: aarch64-unknown-linux-gnu
# - name: MacOS aarch64
# runner: macos-latest
# target: aarch64-apple-darwin
fail-fast: false
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand Down

0 comments on commit a9e1f83

Please sign in to comment.