Skip to content

Commit

Permalink
Merge pull request #247 from uselagoon/enable-multiarch
Browse files Browse the repository at this point in the history
build: enable multiarch in CI
  • Loading branch information
tobybellwood authored May 16, 2024
2 parents eacf6cd + 2ac90bd commit 29251bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
build-args: |
"LAGOON_VERSION=${{ env.VERSION }}"
"BUILD=${{ env.BUILD }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lagoon-core-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
build-args: |
"LAGOON_VERSION=${{ env.LAGOON_VERSION }}"
"UI_VERSION=${{ env.UI_VERSION }}"
Expand Down

0 comments on commit 29251bf

Please sign in to comment.