Skip to content

Commit adc0ced

Browse files
committed
arm support for GH action
1 parent f76306c commit adc0ced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_zip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
with:
5454
name: ${{ inputs.deb-file-name }}
5555
path: dist
56+
- name: Set up QEMU
57+
uses: docker/setup-qemu-action@v2
58+
with:
59+
platforms: arm
60+
- name: Set up Docker Buildx
61+
uses: docker/setup-buildx-action@v2
5662
- name: Build the pi image
5763
run: ./build-docker.sh
5864
- name: Rename the pi image and zip file

0 commit comments

Comments
 (0)