From 4e386022b6b835bfae97cd91f6aef3f6f50247b9 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Mon, 5 Jan 2026 17:42:04 -0800 Subject: [PATCH] stuff --- .github/workflows/build-distribute.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-distribute.yml b/.github/workflows/build-distribute.yml index f97837a..68a0c58 100644 --- a/.github/workflows/build-distribute.yml +++ b/.github/workflows/build-distribute.yml @@ -20,17 +20,17 @@ jobs: include: - goos: linux goarch: amd64 - arch: x64 + arch: X64 - goos: linux goarch: arm64 - arch: arm64 + arch: ARM64 - goos: linux goarch: arm goarch_variant: "6" - arch: arm + arch: ARM - goos: linux goarch: "386" - arch: x86 + arch: X86 steps: - name: Checkout uses: actions/checkout@v4