Skip to content

Commit

Permalink
only x86_64 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Nov 21, 2023
1 parent aa5d720 commit 4f4abf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
include:
- dockerArch: "amd64"
sysArch: "x86_64-linux"
crossArch: "aarch64-unknown-linux-gnu"
# - dockerArch: "amd64"
# sysArch: "x86_64-linux"
# crossArch: "aarch64-unknown-linux-gnu"
- dockerArch: "amd64"
sysArch: "x86_64-linux"
crossArch: "x86_64-unknown-linux-gnu"
Expand Down

0 comments on commit 4f4abf6

Please sign in to comment.