Skip to content

Commit

Permalink
Add docker to mac runner and remove qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Jun 19, 2024
1 parent 9858807 commit faf7a15
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Install Docker
run: |
brew update
brew install --cask docker
open /Applications/Docker.app
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
Expand All @@ -49,7 +52,6 @@ jobs:
- name: Build docker image
uses: docker/build-push-action@v2
with:
platforms: linux/arm64
context: .
file: Dockerfile
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit faf7a15

Please sign in to comment.