Skip to content

Commit

Permalink
re-enable multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jul 31, 2023
1 parent 8e339cf commit d742060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
3 changes: 1 addition & 2 deletions .github/workflows/lagoon-core-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,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.LAGOON_VERSION }}"
"UI_VERSION=${{ env.UI_VERSION }}"
Expand Down

0 comments on commit d742060

Please sign in to comment.