We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f72813 + 50a2cd0 commit e2206d8Copy full SHA for e2206d8
.github/workflows/ci-docker.yml
@@ -48,7 +48,7 @@ jobs:
48
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
49
50
build-arm64:
51
- runs-on: self-hosted
+ runs-on: ["self-hosted", "ARM64"]
52
steps:
53
- uses: actions/checkout@v2
54
- name: qemu
.github/workflows/publish.yml
@@ -83,7 +83,7 @@ jobs:
83
done
84
85
86
87
permissions:
88
contents: read
89
packages: write
0 commit comments