Skip to content

Commit

Permalink
Merge pull request #30 from txtsd/new_arches
Browse files Browse the repository at this point in the history
feat: Build on more available architectures
  • Loading branch information
txtsd authored Oct 31, 2024
2 parents 697f725 + 09d4662 commit 1b8074a
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 1b8074a

Please sign in to comment.