This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 2167e4ff YETUS-1252. pin binfmt to fix docker builds on github (#343)
2167e4ff is described below
commit 2167e4ff8e53e182fd73238956c5b0ea016e1f3e
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sat Feb 15 22:21:29 2025 -0600
YETUS-1252. pin binfmt to fix docker builds on github (#343)
---
.github/workflows/ghcr.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml
index f598eb8b..3e08108b 100644
--- a/.github/workflows/ghcr.yml
+++ b/.github/workflows/ghcr.yml
@@ -28,7 +28,7 @@ on: # yamllint disable-line rule:truthy
jobs:
deploy:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
id: qemu
uses: docker/setup-qemu-action@v3
with:
- image: tonistiigi/binfmt:latest
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
platforms: all
- name: Available platforms
run: echo ${{ steps.qemu.outputs.platforms }}