Skip to content

Commit

Permalink
AUTH-2714: Adds arm64 cloudflared build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Borkenstein committed Jul 29, 2020
1 parent bd15c6b commit edc6969
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cfsetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit edc6969

Please sign in to comment.