Skip to content

Commit

Permalink
Remove QEMU setup step (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe authored Mar 13, 2023
1 parent 729314d commit 68be2aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up Go
Expand Down

0 comments on commit 68be2aa

Please sign in to comment.