Skip to content

Commit

Permalink
Add more archs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 21, 2024
1 parent 7bc7c82 commit bd65e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["linux/amd64", "linux/arm/v7", "linux/arm64/v8"]
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/s390x"]

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit bd65e6a

Please sign in to comment.