Skip to content

Commit d9ca3e0

Browse files
Merge pull request #116 from solo-io/charlesthebird/multiArchImage2
testing out DOCKER_BUILDKIT=1
2 parents d5a62b8 + 90340dd commit d9ca3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
6868
- name: Build and push Docker image
6969
run: |
70-
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 .
70+
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 .
7171
docker push gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG}
7272
docker push gcr.io/solo-public/docs/portal-frontend:latest

0 commit comments

Comments
 (0)