From edc69694cb509092a83cb41fb77c83d31a26f546 Mon Sep 17 00:00:00 2001 From: Michael Borkenstein Date: Tue, 28 Jul 2020 10:18:26 -0600 Subject: [PATCH] AUTH-2714: Adds arm64 cloudflared build --- cfsetup.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cfsetup.yaml b/cfsetup.yaml index f95c3088..ebde55de 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -158,6 +158,20 @@ stretch: &stretch - export GOARCH=386 - export CC=i686-w64-mingw32-gcc-win32 - make github-release + github-release-linux-arm64: + build_dir: *build_dir + builddeps: + - *pinned_go + - crossbuild-essential-armhf + - g++-aarch64-linux-gnu + - python3-setuptools + - python3-pip + post-cache: + - pip3 install pygithub + - export GOOS=linux + - export GOARCH=arm64 + - export CC=aarch64-linux-gnu-gcc + - make github-release test: build_dir: *build_dir builddeps: