Skip to content

Commit

Permalink
build(ci): update to setup builx v3 and remove QEMU support
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 18, 2023
1 parent 0f36751 commit 56f0366
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
git-crypt unlock /tmp/git-crypt-key
rm /tmp/git-crypt-key
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 56f0366

Please sign in to comment.