Skip to content

Commit

Permalink
fix: platforms value in gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Dec 23, 2024
1 parent c5d3ad0 commit 743dfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms:
- linux/amd64
- linux/arm64
- linux/arm
platforms: linux/amd64,linux/arm64,linux/arm
push: true
build-args: |
"KEYCLOAK_VERSION=${{ matrix.keycloak_version }}"
Expand Down

0 comments on commit 743dfca

Please sign in to comment.