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.
1 parent 5947969 commit 9a26ec1Copy full SHA for 9a26ec1
.github/workflows/ci-docker.yml
@@ -51,7 +51,7 @@ jobs:
51
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
52
53
build-arm64:
54
- runs-on: ["self-hosted", "ARM64"]
+ runs-on: ubuntu-24.04-arm
55
steps:
56
- uses: actions/checkout@v4
57
- 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