Skip to content

Commit

Permalink
Added multi arch step
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Bucher <[email protected]>
  • Loading branch information
Charlesthebird committed Jan 2, 2025
1 parent cd12226 commit 93351e7
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 build --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .
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 93351e7

Please sign in to comment.