Skip to content

Commit 96892f2

Browse files
committed
enable docker arch linux/arm and linux/ppc64le in build
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 6f52fbf commit 96892f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
file: ./Dockerfile
48-
platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64,linux/arm,linux/arm64,linux/ppc64le
4949
push: ${{ github.event_name != 'pull_request' }}
5050
tags: ${{ steps.docker_meta.outputs.tags }}
5151
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)