From 6274567e161c8469aac3d7fee9a992a6aec1096b Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Mon, 20 Jul 2020 17:42:50 -0700 Subject: [PATCH] Build cloudflared for arm64 on native agents --- cfsetup.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cfsetup.yaml b/cfsetup.yaml index ff872239..3fd44e20 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -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: