Skip to content

Commit

Permalink
perhaps we need qemu and buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 8, 2024
1 parent 92ad9ae commit 9c6e0ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: set up QEMU
uses: docker/setup-qemu-action@v3

- name: set up docker buildx
uses: docker/[email protected]

- name: login to ghcr
if: github.event_name != 'pull_request'
uses: docker/[email protected]
Expand Down

0 comments on commit 9c6e0ae

Please sign in to comment.