File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ lint: ## run all the lint tools
3131
3232.PHONY : binary
3333binary :
34- docker buildx bake binary
34+ ./scripts/build/ binary
3535
3636.PHONY : plugins
3737plugins : # # build example CLI plugins
3838 ./scripts/build/plugins
3939
4040.PHONY : cross
4141cross :
42- docker buildx bake cross
42+ ./scripts/build/binary
4343
4444.PHONY : plugins-windows
4545plugins-windows : # # build example CLI plugins for Windows
@@ -51,7 +51,7 @@ plugins-osx: ## build example CLI plugins for macOS
5151
5252.PHONY : dynbinary
5353dynbinary : # # build dynamically linked binary
54- USE_GLIBC=1 docker buildx bake dynbinary
54+ GO_LINKMODE=dynamic ./scripts/build/binary
5555
5656vendor : vendor.conf # # check that vendor matches vendor.conf
5757 rm -rf vendor
You can’t perform that action at this time.
0 commit comments