From f3f88fcdbff43eff547c4a6680e87aaaaa20acfa Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Wed, 31 Dec 2025 13:11:24 -0400 Subject: [PATCH] Testing workflow --- .forgejo/workflows/release.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 0044c3a..e8e3f32 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -12,15 +12,12 @@ jobs: include: - target: native cross: false + - target: aarch64-unknown-linux-gnu + cross: false + linker: aarch64-linux-gnu-gcc - target: x86_64-unknown-linux-gnu cross: true linker: x86_64-linux-gnu-gcc - - target: aarch64-unknown-linux-gnu - cross: true - linker: aarch64-linux-gnu-gcc - - target: armv7-unknown-linux-gnueabihf - cross: true - linker: arm-linux-gnueabihf-gcc - target: x86_64-pc-windows-gnu cross: true linker: x86_64-w64-mingw32-gcc