Skip to content

Commit

Permalink
ci: Try to explicitly setup qemu for arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Feb 11, 2025
1 parent 3480ee6 commit 913e563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
# No checkout step here because build-push-action uses git context by default:
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand All @@ -23,7 +25,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/arm64,linux/amd64
platforms: linux/arm64
push: true
tags: kinkard/prospero:latest
cache-from: type=gha
Expand Down

0 comments on commit 913e563

Please sign in to comment.