Skip to content

Commit

Permalink
ci(publish): setup qemu for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Jul 24, 2023
1 parent b24194b commit 7bf6be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: rlespinasse/github-slug-action@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,arm'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
Expand Down

0 comments on commit 7bf6be1

Please sign in to comment.