diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index b756c07..c82fa3d 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -9,7 +9,6 @@ jobs: build_linux: name: Build binary (Linux) runs-on: ubuntu-latest - # container: code.spamasaurus.com/djpbessems/act-runner-extended:1.0.0-cth20250815 env: CGO_ENABLED: 0 steps: @@ -20,6 +19,8 @@ jobs: repository: podman-container-tools/skopeo ref: ${{ env.SKOPEO_VERSION }} token: ${{ secrets.GH_TOKEN }} + - name: Set up build environment + uses: actions/setup-go@v4 - name: Build Linux binary run: | apt-get update && apt-get install -y go-md2man @@ -37,8 +38,6 @@ jobs: build_windows: name: Build binary (Windows) runs-on: ubuntu-latest - container: - image: code.spamasaurus.com/djpbessems/act-runner-extended:1.0.0-cth20250815 env: CGO_ENABLED: 0 steps: @@ -49,6 +48,8 @@ jobs: repository: podman-container-tools/skopeo ref: ${{ env.SKOPEO_VERSION }} token: ${{ secrets.GH_TOKEN }} + - name: Set up build environment + uses: actions/setup-go@v4 - name: Build Windows binary run: | apt-get update && apt-get install -y go-md2man