Skip to content

Commit

Permalink
chore(ci): run checks and release on linux/arm64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 17, 2024
1 parent a8dab4e commit 0975286
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
- name: Linux
# runner: ubuntu-latest
runner: namespace-profile-lightning-builder-ubuntu-amd64
- name: MacOS
runner: macos-latest
- name: Linux aarch64
runner: namespace-profile-lightning-builder-ubuntu-arm64
# - name: MacOS
# runner: macos-latest
fail-fast: false
runs-on: ${{ matrix.runner }}
steps:
Expand All @@ -59,9 +61,12 @@ jobs:
# runner: ubuntu-latest
runner: namespace-profile-lightning-builder-ubuntu-amd64
target: x86_64-unknown-linux-gnu
- name: MacOS aarch64
runner: macos-latest
target: aarch64-apple-darwin
- 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:
Expand Down Expand Up @@ -89,9 +94,12 @@ jobs:
# runner: ubuntu-latest
runner: namespace-profile-lightning-builder-ubuntu-amd64
target: x86_64-unknown-linux-gnu
- name: MacOS aarch64
runner: macos-latest
target: aarch64-apple-darwin
- 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:
Expand Down

0 comments on commit 0975286

Please sign in to comment.