mirror of
https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
synced 2025-04-18 12:09:46 +08:00
ci: remove qemu set up workaround
This commit is contained in:
parent
939fbc5e6e
commit
f0ff59fe55
29
.github/workflows/ci.yml
vendored
29
.github/workflows/ci.yml
vendored
@ -38,11 +38,6 @@ 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
|
||||
@ -70,11 +65,6 @@ 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: ./
|
||||
@ -96,11 +86,6 @@ 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: ./
|
||||
@ -127,11 +112,6 @@ 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: ./
|
||||
@ -150,10 +130,6 @@ 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: ./
|
||||
@ -217,11 +193,6 @@ 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: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user