Skip to content

Commit

Permalink
arm support for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jredrejo committed Nov 7, 2024
1 parent f76306c commit adc0ced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
with:
name: ${{ inputs.deb-file-name }}
path: dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build the pi image
run: ./build-docker.sh
- name: Rename the pi image and zip file
Expand Down

0 comments on commit adc0ced

Please sign in to comment.