From 62ff4b2784b0eb6ba89a378198469181e8616048 Mon Sep 17 00:00:00 2001 From: wasabrot <28702988+wasabrot@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:03:02 +0100 Subject: [PATCH] ci --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e80a59b..133bd93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,4 +14,6 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Build Docker image (manual) - run: ./run.sh \ No newline at end of file + run: ./run.sh + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 \ No newline at end of file