From eb5c6b93543ca1423117045dbbfee0b6f653d392 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Sep 2022 13:42:40 -0700 Subject: Make github CI build aarch64 binaries on release. (#2417) --- .github/workflows/release-linux.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/release-linux.yml') diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index c3d075d01..f0e00d77f 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -15,6 +15,7 @@ jobs: configuration: ['release'] compiler: ['gcc'] platform: ['x64'] + targetPlatform: ['x64'] steps: - name: Checkout code uses: actions/checkout@v2 @@ -28,6 +29,7 @@ jobs: export CC=${{matrix.compiler}} export CONFIGURATION=${{matrix.configuration}} export ARCH=${{matrix.platform}} + export TARGETARCH=${{matrix.targetPlatform}} echo "building..." source ./github_build.sh echo "creating binary archieves..." -- cgit v1.2.3