Skip to content

Commit

Permalink
daemon: Attempt to build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Mar 20, 2024
1 parent 49bf44d commit a52d6d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: docker/setup-buildx-action@v3

- uses: docker/setup-qemu-action@v3

- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -40,3 +42,4 @@ jobs:
context: ./${{ env.image }}/
push: true
tags: ghcr.io/${{ env.organization }}/${{ env.image }}:latest,ghcr.io/${{ env.organization }}/${{ env.image }}:${{ steps.extract_version.outputs.version }}
platforms: linux/amd64,linux/arm64

0 comments on commit a52d6d4

Please sign in to comment.