Skip to content

Commit

Permalink
feat: factory aarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo authored Nov 27, 2024
1 parent c923dc4 commit 82b5826
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Setup buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -63,6 +66,7 @@ jobs:
- name: Docker Build
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: ./factory-container
file: ./factory-container/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -72,4 +76,4 @@ jobs:
klipper_repo=${{ inputs.klipperRepo }}
klipper_ref=${{ inputs.klipperVer }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit 82b5826

Please sign in to comment.