Skip to content

Commit 7fbd4b6

Browse files
committed
ci: clarify makefile
Signed-off-by: thxCode <[email protected]>
1 parent 3f5b684 commit 7fbd4b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ help:
3030
# - `BUILD_TAGS="jsoniter" make build` build with specified tags.
3131
# - `BUILD_PLATFORMS="linux/amd64,linux/arm64" make build` do multiple platforms go build.
3232
#
33-
# * [dev] `make package`, embed running resources into a Docker image on one platform.
34-
# - `REPO=xyz make package` package all targets named with xyz repository.
35-
# - `VERSION=vX.y.z+l.m make package` package all targets named with vX.y.z-l.m tag.
36-
# - `TAG=main make package` package all targets named with main tag.
37-
# - `OS=linux ARCH=arm64 make package` package all targets run on linux/arm64 arch.
38-
# - `PACKAGE_BUILD=false make package` prepare build resource but disable docker build.
39-
# - `DOCKER_USERNAME=... DOCKER_PASSWORD=... PACKAGE_PUSH=true make package` execute docker push after build.
4033
#
4134
# * [ci] `make ci`, execute `make deps`, `make lint`, `make test`, `make build` and `make package`.
4235
# - `CI_CHECK=false make ci` only execute `make build` and `make package`.

0 commit comments

Comments
 (0)