Skip to content

Commit

Permalink
Merge pull request #116 from solo-io/charlesthebird/multiArchImage2
Browse files Browse the repository at this point in the history
testing out DOCKER_BUILDKIT=1
  • Loading branch information
Charlesthebird authored Jan 2, 2025
2 parents d5a62b8 + 90340dd commit d9ca3e0
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 @@ -67,6 +67,6 @@ jobs:
- name: Build and push Docker image
run: |
docker buildx build --platform linux/amd64,linux/arm64 --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .
DOCKER_BUILDKIT=1 docker buildx build --platform linux/amd64,linux/arm64 --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
docker push gcr.io/solo-public/docs/portal-frontend:latest

0 comments on commit d9ca3e0

Please sign in to comment.