Skip to content

Commit

Permalink
ci: Use arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Feb 11, 2025
1 parent 913e563 commit 5fe66ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
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 Down

0 comments on commit 5fe66ca

Please sign in to comment.