diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 9824bfb0..f40cc3f1 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -89,7 +89,7 @@ jobs: # TODO: review this when GitHub has linux/arm64 runners available (Q1 2025?) # https://github.com/github/roadmap/issues/970 - name: Set up QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 with: platforms: 'arm64' # TODO: remove this line once https://github.com/tonistiigi/binfmt/issues/258