AUTH-2714: Adds arm64 cloudflared build

This commit is contained in:
Michael Borkenstein 2020-07-28 10:18:26 -06:00
parent bd15c6b8c3
commit edc69694cb
1 changed files with 14 additions and 0 deletions

View File

@ -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: