Skip to content

Commit

Permalink
multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Dec 9, 2024
1 parent 60d48ca commit b829921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
gcloud auth configure-docker us-east1-docker.pkg.dev
echo "DOCKER_BUILDKIT=1" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand All @@ -69,6 +72,7 @@ jobs:
with:
context: .
push: false
platforms: linux/amd64
load: true
tags: |
wvm:local
Expand Down Expand Up @@ -160,6 +164,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
Expand Down

0 comments on commit b829921

Please sign in to comment.