Skip to content

Commit

Permalink
chore: Update release.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rluisr committed Feb 17, 2024
1 parent 99b4523 commit 762a43b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
path: go-build-cache
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
#- name: Set up QEMU
# uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -49,6 +49,7 @@ jobs:
with:
context: .
file: ./Dockerfile
#platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 762a43b

Please sign in to comment.