From 8165b2d84355757e513dcd2bb0dfea173c7a7896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Z=C3=BCrcher?= Date: Sun, 18 Jan 2026 17:06:59 +0100 Subject: [PATCH] fix workflow take 3 --- .gitea/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7f9d90c..e075319 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,19 +15,19 @@ jobs: strategy: matrix: include: - #- os: windows - # arch: amd64 - # ext: .exe - #- os: linux - # arch: amd64 - # ext: "" + - os: windows + arch: amd64 + ext: .exe + - os: linux + arch: amd64 + ext: "" - os: linux arch: arm64 ext: "" - #- os: linux - # arch: arm - # arm_version: 7 - # ext: "" + - os: linux + arch: arm + arm_version: 7 + ext: "" steps: