Skip to content

Commit

Permalink
fix: build platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
murarustefaan committed Nov 6, 2023
1 parent 14aec5d commit 5286b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./admission-controller/${{ matrix.from }}/
platforms: amd64,arm32v7,arm64v8
platforms: linux/amd64,linux/arm32v7,linux/arm64v8
file: ./admission-controller/${{ matrix.from }}/Dockerfile
tags: |
kubeshop/monokle-admission-controller-${{ matrix.from }}:latest
Expand Down

0 comments on commit 5286b2e

Please sign in to comment.