We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd12226 commit 93351e7Copy full SHA for 93351e7
.github/workflows/release.yaml
@@ -67,6 +67,6 @@ jobs:
67
68
- name: Build and push Docker image
69
run: |
70
- 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 .
71
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
72
docker push gcr.io/solo-public/docs/portal-frontend:latest
0 commit comments