Skip to content

Commit

Permalink
Merge pull request #117 from solo-io/charlesthebird/multiArchImage2
Browse files Browse the repository at this point in the history
more multi arch build testing
  • Loading branch information
Charlesthebird authored Jan 2, 2025
2 parents d9ca3e0 + 34fb4a9 commit 82ae966
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
run: |
gcloud auth configure-docker --quiet
# This is what we use in GME (under "make docker-setup-multiarch-buildkit")
- name: Docker Buildkit Setup (for multi arch)
run: |
docker buildx create --use --driver-opt "image=moby/buildkit:v0.10.6"
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build and push Docker image
run: |
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 .
Expand Down

0 comments on commit 82ae966

Please sign in to comment.