Skip to content

Commit

Permalink
fix: add support for aarch64 platform in Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonathan committed Dec 21, 2024
1 parent fe5bcfa commit aefa571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/aarch64

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

0 comments on commit aefa571

Please sign in to comment.