Skip to content

Commit 9a489ca

Browse files
roy20021Andrea Esposito
andauthored
added ppc64le platform support (#53)
Co-authored-by: Andrea Esposito <[email protected]>
1 parent 5e851e9 commit 9a489ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

1010
env:
11-
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
11+
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le
1212

1313
jobs:
1414

0 commit comments

Comments
 (0)