We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd12226 + 93351e7 commit d5a62b8Copy full SHA for d5a62b8
.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