From fa84fd6f839d4ccc0a89a06ac9190de2c3bd9f49 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Fri, 14 Jul 2023 16:57:35 +0200 Subject: [PATCH] ci: binary: build direclty without additional docker container --- .gitea/workflows/binary.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/binary.yml b/.gitea/workflows/binary.yml index aa11a83..94338af 100644 --- a/.gitea/workflows/binary.yml +++ b/.gitea/workflows/binary.yml @@ -7,8 +7,6 @@ on: jobs: binary-archive: runs-on: node-16-bullseye - container: - image: muslrust:stable-philt3r steps: - name: Get code uses: actions/checkout@v3