Skip to content

Commit

Permalink
build multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jul 31, 2023
1 parent 81e20a3 commit c3df5a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: |
"LAGOON_VERSION=${{ env.VERSION }}"
"BUILD=${{ env.BUILD }}"
Expand Down

0 comments on commit c3df5a4

Please sign in to comment.