Skip to content

Commit 47fe594

Browse files
committed
adding linux/amd64 arch
1 parent 7d4531f commit 47fe594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
builder: ${{ steps.buildx.outputs.name }}
5555
context: .
5656
file: ./Dockerfile
57-
platforms: linux/arm64,linux/ppc64le
57+
platforms: linux/amd64,linux/arm64,linux/ppc64le
5858
push: true
5959
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)