We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738b4f8 commit c51879bCopy full SHA for c51879b
cfsetup.yaml
@@ -1,4 +1,4 @@
1
-pinned_go: &pinned_go go=1.17
+pinned_go: &pinned_go go=1.17-1
2
pinned_go_fips: &pinned_go_fips go-boring=1.16.6-6
3
4
build_dir: &build_dir /cfsetup_build
@@ -14,6 +14,15 @@ stretch: &stretch
14
- export GOARCH=amd64
15
- export FIPS=true
16
- make cloudflared
17
+ build-non-fips: # helpful to catch problems with non-fips (only used for releasing non-linux artifacts) before releases
18
+ build_dir: *build_dir
19
+ builddeps:
20
+ - *pinned_go
21
+ - build-essential
22
+ post-cache:
23
+ - export GOOS=linux
24
+ - export GOARCH=amd64
25
+ - make cloudflared
26
build-all-packages: #except osxpkg
27
build_dir: *build_dir
28
builddeps:
0 commit comments