Skip to content

Commit

Permalink
Add Docker support for arm64, fixes #56 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored Feb 4, 2023
1 parent ca09421 commit 59255a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64

- name: Get the tag name
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Expand Down

0 comments on commit 59255a2

Please sign in to comment.