diff options
| author | Adam Janovsky | 2025-02-13 16:09:03 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2025-02-13 16:09:03 +0100 |
| commit | 69848824779744d64a5c3063292fc80873746481 (patch) | |
| tree | 33266975549fa7c2e81e5a3d0ead7a5807035ae9 | |
| parent | 294f62bfff841fc48b0060971eaba519cce47307 (diff) | |
| download | sec-certs-69848824779744d64a5c3063292fc80873746481.tar.gz sec-certs-69848824779744d64a5c3063292fc80873746481.tar.zst sec-certs-69848824779744d64a5c3063292fc80873746481.zip | |
pin qemu at v7.0.0 in release workflow due to https://github.com/tonistiigi/binfmt/issues/215
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7921456f..55d096f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,8 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v3 + with: + image: tonistiigi/binfmt:qemu-v7.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to DockerHub |
