From 1de1cdd9b94fdc9d56bbf1b5d4386e7c190ed759 Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Thu, 1 Jan 2026 08:36:34 -0400 Subject: [PATCH] Testing workflow --- .forgejo/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index a1f7494..dd8f443 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -22,9 +22,6 @@ jobs: cross: true platform: linux/amd64 - container: - image: rust:alpine - options: --platform ${{ matrix.platform }} steps: - name: Checkout code uses: https://code.forgejo.org/actions/checkout@v4