Skip to content

Commit 90151af

Browse files
buchdagrhansen
authored andcommitted
ci: build Docker image for more plaforms
1 parent 9e5eaad commit 90151af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
context: .
8282
build-args: DOCKER_GEN_VERSION=${{ steps.docker-gen_version.outputs.VERSION }}
83-
platforms: linux/amd64,linux/arm64,linux/arm/v7
83+
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
8484
file: Dockerfile.${{ matrix.base }}
8585
push: true
8686
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)