Skip to content

Commit

Permalink
[aarch64 support] debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatarnikov committed Jan 2, 2025
1 parent 0447f20 commit f8b65a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
strategy:
fail-fast: false
matrix:
isPR:
- ${{github.event_name == 'pull_request'}}
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: macos-latest
target: aarch64-apple-darwin
isPR:
- ${{github.event_name == 'pull_request'}}
exclude:
- isPR: true
os: macos-latest
target: aarch64-apple-darwin
# - os: macos-latest
# target: aarch64-apple-darwin
# exclude:
# - isPR: true
# os: macos-latest
# target: aarch64-apple-darwin

steps:
- name: Checkout repository
Expand Down

0 comments on commit f8b65a0

Please sign in to comment.