Skip to content

Commit 6274567

Browse files
committed
Build cloudflared for arm64 on native agents
1 parent 8836ee1 commit 6274567

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cfsetup.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ stretch: &stretch
2222
- export GOOS=linux
2323
- export GOARCH=amd64
2424
- make cloudflared-deb
25+
build-deb-arm64:
26+
build_dir: *build_dir
27+
builddeps:
28+
- *pinned_go
29+
- build-essential
30+
- fakeroot
31+
- rubygem-fpm
32+
post-cache:
33+
- export GOOS=linux
34+
- export GOARCH=arm64
35+
- make cloudflared-deb
2536
publish-deb:
2637
build_dir: *build_dir
2738
builddeps:

0 commit comments

Comments
 (0)