From a58ba0344ef05be61e864486a8e301eab60e2b4c Mon Sep 17 00:00:00 2001 From: Cantibra Date: Tue, 26 May 2026 15:04:50 +0200 Subject: [PATCH] 1 --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 186f0d7..3730d40 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -12,9 +12,11 @@ jobs: - architecture: amd64 codename: bookworm trixie noble component: main + cc: x86_64-linux-gnu-gcc-12 - architecture: arm64 codename: bookworm trixie noble component: main + cc: aarch64-linux-gnu-gcc-12 runs-on: cicd.bookworm steps: - name: Repository (Workspace) [Checkout] @@ -30,7 +32,7 @@ jobs: /usr/bin/echo "Set Variable 'VERSION' to '${VERSION}'" - name: VLMCSD [Build] run: | - /usr/bin/make --directory='./sources' --jobs='${{ steps.environment.outputs.units }}' CC='aarch64-linux-gnu-gcc-12' VLMCSD_VERSION='${{ steps.environment.outputs.version }}' + /usr/bin/make --directory='./sources' --jobs='${{ steps.environment.outputs.units }}' CC='${{ matrix.cc }}' VLMCSD_VERSION='${{ steps.environment.outputs.version }}' - name: VLMCSD [Prepare Debian Package] run: | /usr/bin/sed --in-place --expression='s/Architecture:.*/Architecture: ${{ matrix.architecture }}/' './vlmcsd/DEBIAN/control'