We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e94a8 commit 54ed84aCopy full SHA for 54ed84a
.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
@@ -79,7 +79,7 @@ jobs:
79
done
80
81
82
83
permissions:
84
contents: read
85
packages: write
0 commit comments