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 20, 2024
1 parent 052b1b1 commit 128cfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/s390x"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 128cfc6

Please sign in to comment.