Skip to content

Commit

Permalink
feat: build arm64 container using QEMU (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 18, 2025
1 parent 5021117 commit efe7eba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ jobs:
echo "GITHUB_REF=refs/tags/$TAG" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Set up Docker
uses: docker/setup-docker-action@v4
with:
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit efe7eba

Please sign in to comment.