From 4f5bb9fcef4fe33230767a5bf38ccf8ebb428d72 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:52:34 +0200 Subject: [PATCH] ci: enforce QEMU version on macOS --- .github/workflows/ci.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31aea70..a1f8d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + if: startsWith(matrix.os, 'macos') + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set version shell: bash @@ -68,6 +73,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + if: startsWith(matrix.os, 'macos') + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: ./ @@ -93,6 +103,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + if: startsWith(matrix.os, 'macos') + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: ./ @@ -123,6 +138,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + if: startsWith(matrix.os, 'macos') + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: ./ @@ -145,6 +165,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: ./ @@ -213,6 +237,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 + name: Set up QEMU + if: startsWith(matrix.os, 'macos') + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: ./