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 d17b67b commit ad091f4Copy full SHA for ad091f4
.github/workflows/bake_targets.yml
@@ -86,7 +86,7 @@ jobs:
86
# TODO: review this when GitHub has linux/arm64 runners available (Q1 2025?)
87
# https://github.com/github/roadmap/issues/970
88
- name: Set up QEMU
89
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
+ uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
90
with:
91
platforms: 'arm64'
92
# TODO: remove this line once https://github.com/tonistiigi/binfmt/issues/258
0 commit comments