File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ create-build-dir:
2525 @mkdir -p dist
2626
2727build-release : tidy create-build-dir
28- @echo " Building gatewayd ${VERSION} for release"
28+ @echo " Building ${PLUGIN_NAME} ${VERSION} for release"
2929 @$(MAKE ) build-platform GOOS=linux GOARCH=amd64 OUTPUT_DIR=dist/linux-amd64
3030 @$(MAKE ) build-platform GOOS=linux GOARCH=arm64 OUTPUT_DIR=dist/linux-arm64
3131 @$(MAKE ) build-platform GOOS=darwin GOARCH=amd64 OUTPUT_DIR=dist/darwin-amd64
@@ -34,7 +34,7 @@ build-release: tidy create-build-dir
3434 @$(MAKE ) build-platform GOOS=windows GOARCH=arm64 OUTPUT_DIR=dist/windows-arm64
3535
3636build-platform : tidy
37- @echo " Building gatewayd ${VERSION} for $( GOOS) -$( GOARCH) "
37+ @echo " Building ${PLUGIN_NAME} ${VERSION} for $( GOOS) -$( GOARCH) "
3838 @mkdir -p $(OUTPUT_DIR )
3939 @cp README.md LICENSE gatewayd_plugin.yaml $(OUTPUT_DIR ) /
4040 @GOOS=$(GOOS ) GOARCH=$(GOARCH ) CGO_ENABLED=0 go build -trimpath -ldflags " -s -w ${EXTRA_LDFLAGS} " -o $(OUTPUT_DIR ) /$(PLUGIN_NAME )
You can’t perform that action at this time.
0 commit comments