Build cloudflared for arm64 on native agents
This commit is contained in:
parent
8836ee1dda
commit
6274567e16
11
cfsetup.yaml
11
cfsetup.yaml
|
@ -22,6 +22,17 @@ stretch: &stretch
|
||||||
- export GOOS=linux
|
- export GOOS=linux
|
||||||
- export GOARCH=amd64
|
- export GOARCH=amd64
|
||||||
- make cloudflared-deb
|
- 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:
|
publish-deb:
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
builddeps:
|
builddeps:
|
||||||
|
|
Loading…
Reference in New Issue