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 2a4ce17 commit 7228009Copy full SHA for 7228009
Makefile
@@ -4,7 +4,7 @@ TOOLEXEC?=-toolexec="skywalking-go-agent"
4
GOPROXY?=https://goproxy.cn,direct
5
HELM_VERSION?=v0.0.2
6
APP_VERSION?=v0.0.13
7
-HELM_REPORT?=docker.io/linuxsuren
+HELM_REPO?=docker.io/linuxsuren
8
9
build:
10
mkdir -p bin
@@ -30,7 +30,7 @@ build-win-embed-ui:
30
BINARY=atest.exe OS=windows make build-embed-ui
31
goreleaser:
32
goreleaser build --rm-dist --snapshot
33
- make clean-embed-ui
+ make clean-embed-uif
34
build-image:
35
${IMG_TOOL} build -t ghcr.io/linuxsuren/api-testing:master . \
36
--build-arg GOPROXY=${GOPROXY} \
0 commit comments