We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21a951 commit 5d0cd04Copy full SHA for 5d0cd04
1 file changed
.github/workflows/publish-raspberrypi.yml
@@ -57,6 +57,9 @@ jobs:
57
- name: Checkout repository
58
uses: actions/checkout@v4
59
60
+ - name: Set up QEMU
61
+ uses: docker/setup-qemu-action@v3
62
+
63
# 2. arm32v7 Dockerコンテナ内でビルドと公開の全工程を実行
64
- name: Build and Publish inside arm32v7 container
65
env:
0 commit comments