From 2b507867b59fce192463399eb79803851ff4d9af Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 00:01:11 +0800 Subject: [PATCH] ci: --- .gitea/workflows/built-bin.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 4a197dc..cfdcf7c 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -47,6 +47,8 @@ jobs: docker: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest needs: build env: @@ -68,15 +70,6 @@ jobs: name: Check if binary exists run: echo "missing program" - - - # Add support for more platforms with QEMU (optional) - # https://github.com/docker/setup-qemu-action - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Log in to the Container registry uses: https://github.com/docker/login-action@v2 with: