We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a3399 commit 256cd3eCopy full SHA for 256cd3e
1 file changed
.github/workflows/publish-raspberrypi.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-arm64:
11
- runs-on: ubuntu-24.04-arm64
+ runs-on: ubuntu-24.04-arm
12
steps:
13
- name: Checkout git repo
14
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
37
38
# Job 2: armv7lのビルド
39
build-armv7l:
40
41
42
- name: Checkout repository
43
0 commit comments