Build cloudflared for arm64 on native agents

This commit is contained in:
Ivan Babrou 2020-07-20 17:42:50 -07:00
parent 8836ee1dda
commit 6274567e16
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ stretch: &stretch
- export GOOS=linux
- export GOARCH=amd64
- make cloudflared-deb
build-deb-arm64:
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
- fakeroot
- rubygem-fpm
post-cache:
- export GOOS=linux
- export GOARCH=arm64
- make cloudflared-deb
publish-deb:
build_dir: *build_dir
builddeps: