Skip to content

Commit edc6969

Browse files
committed
AUTH-2714: Adds arm64 cloudflared build
1 parent bd15c6b commit edc6969

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

cfsetup.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,20 @@ stretch: &stretch
158158
- export GOARCH=386
159159
- export CC=i686-w64-mingw32-gcc-win32
160160
- make github-release
161+
github-release-linux-arm64:
162+
build_dir: *build_dir
163+
builddeps:
164+
- *pinned_go
165+
- crossbuild-essential-armhf
166+
- g++-aarch64-linux-gnu
167+
- python3-setuptools
168+
- python3-pip
169+
post-cache:
170+
- pip3 install pygithub
171+
- export GOOS=linux
172+
- export GOARCH=arm64
173+
- export CC=aarch64-linux-gnu-gcc
174+
- make github-release
161175
test:
162176
build_dir: *build_dir
163177
builddeps:

0 commit comments

Comments
 (0)