Skip to content

Commit

Permalink
Test building docker image for arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Feb 7, 2025
1 parent 60e8482 commit 4cdd881
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ jobs:
name: Set up QEMU
uses: docker/setup-qemu-action@v3

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Docker
uses: docker/setup-docker-action@v4
with:
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
-
name: Login to DockerHub
Expand Down

0 comments on commit 4cdd881

Please sign in to comment.