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 2ed89fe commit 0bded16Copy full SHA for 0bded16
.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
@@ -81,7 +81,7 @@ jobs:
81
done
82
83
84
85
permissions:
86
contents: read
87
packages: write
0 commit comments