Skip to content

Commit

Permalink
Disable some arch for build only
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Apr 17, 2024
1 parent 1171498 commit c05d7bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
matrix:
arch:
- amd64
- arm64
- armhf
- i386
- ppc64el
- riscv64
- s390x
# - arm64
# - armhf
# - i386
# - ppc64el
# - riscv64
# - s390x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c05d7bf

Please sign in to comment.