Skip to content

Commit

Permalink
fix: keycloak does not have linux/arm
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 db89c8d commit 8ba4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64
push: true
build-args: |
"KEYCLOAK_VERSION=${{ matrix.keycloak_version }}"
Expand Down

0 comments on commit 8ba4c56

Please sign in to comment.