Skip to content

Commit

Permalink
[aarch64 support] skipping tests for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatarnikov committed Jan 2, 2025
1 parent ddd9881 commit 0447f20
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
isPR:
- ${{github.event_name == 'pull_request'}}
exclude:
- { isPR: true }
include:
- { target: x86_64-unknown-linux-gnu }
- isPR: true
os: macos-latest
target: aarch64-apple-darwin

steps:
- name: Checkout repository
Expand Down Expand Up @@ -113,9 +113,8 @@ jobs:
isPR:
- ${{github.event_name == 'pull_request'}}
exclude:
- { isPR: true }
include:
- { platform: "linux/amd64" }
- isPR: true
platform: "linux/arm64"

defaults:
run:
Expand Down

0 comments on commit 0447f20

Please sign in to comment.