Skip to content

Commit

Permalink
fix: platforms in buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jan 27, 2025
1 parent 3fb7d49 commit d7ea5ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -51,7 +53,9 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit d7ea5ec

Please sign in to comment.