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 2ffff06 commit a65f8bcCopy full SHA for a65f8bc
cfsetup.yaml
@@ -221,13 +221,13 @@ stretch: &stretch
221
- build-essential
222
- python3
223
- genisoimage
224
- - jetez
225
pre-cache:
226
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs
227
post-cache:
+ - export CGO_ENABLED=0
228
- export GOOS=freebsd
229
- export GOARCH=amd64
230
- - make cloudflared-junos
+ - make cloudflared
231
publish-junos:
232
build_dir: *build_dir
233
builddeps:
ingress/icmp_generic.go
@@ -6,6 +6,7 @@ import (
6
"fmt"
7
"net/netip"
8
"runtime"
9
+ "time"
10
11
"github.com/rs/zerolog"
12
)
0 commit comments