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.
2 parents 62477fb + 554005c commit fd4477aCopy full SHA for fd4477a
.github/workflows/job-build.yml
@@ -70,6 +70,8 @@ jobs:
70
local goarm="${3:-}"
71
local result
72
73
+ GOOS="$goos" GOARCH="$goarch" GOARM="$goarm" go build ./examples/...
74
+
75
github::timer::begin
76
77
GOOS="$goos" GOARCH="$goarch" GOARM="$goarm" make binaries \
0 commit comments