Skip to content

Commit 743dfca

Browse files
committed
fix: platforms value in gh action
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
1 parent c5d3ad0 commit 743dfca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_images.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ jobs:
8888
with:
8989
context: .
9090
file: ./Dockerfile
91-
platforms:
92-
- linux/amd64
93-
- linux/arm64
94-
- linux/arm
91+
platforms: linux/amd64,linux/arm64,linux/arm
9592
push: true
9693
build-args: |
9794
"KEYCLOAK_VERSION=${{ matrix.keycloak_version }}"

0 commit comments

Comments
 (0)