Skip to content

Commit

Permalink
feat: Build on more avaialble architectures
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Oct 31, 2024
1 parent 03d0939 commit 173a889
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
fail-fast: false
matrix:
include:
- arch: amd64
- arch: x86_64
- arch: x86
- arch: armhf
- arch: arm64
- arch: aarch64
- arch: armv7
- arch: ppc64le
- arch: s390x
name: Build on ${{ matrix.arch }}
steps:
- name: Git Checkout
Expand Down

0 comments on commit 173a889

Please sign in to comment.