From ae53c8f7e8a6db37866d8967ca2eca4b784c7d6a Mon Sep 17 00:00:00 2001 From: e1732a364fed <75717694+e1732a364fed@users.noreply.github.com> Date: Sat, 1 Jan 2000 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=84=9A=E8=A0=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release_extra.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_release_extra.yml b/.github/workflows/build_release_extra.yml index 9aaa99e..939dd41 100644 --- a/.github/workflows/build_release_extra.yml +++ b/.github/workflows/build_release_extra.yml @@ -26,7 +26,9 @@ jobs: sudo apt-get update -q -y sudo apt-get install -q -y build-essential libgtk-3-dev wget gcc-aarch64-linux-gnu echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV + echo "GOARCH=arm64" >> $GITHUB_ENV CC="aarch64-linux-gnu-gcc" + GOARCH=arm64 cd cmd/verysimple/ && make -f Makefile_r_vsc PACKNAME=vs_gui_ubuntu_arm64 BUILD_VERSION=${{ github.event.inputs.tagName }} && touch -mt $(date +%Y01010000) *.tar.xz - name: Upload binaries to release