From c10d0e3e5915ea880e04ae83fbcf26ef545a27b3 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 4 Oct 2023 17:06:34 +0300 Subject: [PATCH] Try BuildKit QEMU auto-emulation on CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc40a2..7401daf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # for correct image labeling via `git describe --tags` - - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - run: make docker.image no-cache=yes