Skip to content

Commit bd65e6a

Browse files
committed
Add more archs
1 parent 7bc7c82 commit bd65e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
platform: ["linux/amd64", "linux/arm/v7", "linux/arm64/v8"]
15+
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/s390x"]
16+
1617
steps:
1718
- name: Checkout repository
1819
uses: actions/checkout@v4

0 commit comments

Comments
 (0)