Skip to content

Commit 128cfc6

Browse files
committed
Add more archs
1 parent 052b1b1 commit 128cfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 4
1919
matrix:
20-
platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
20+
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/s390x"]
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)