File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 Build :
1313 strategy :
1414 matrix :
15- go-version : [1.16.x]
15+ go-version : [1.16.x, 1.17.x ]
1616 platform : [ubuntu-latest]
1717 runs-on : ${{ matrix.platform }}
1818 steps :
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,15 +41,3 @@ release:
4141 export DOCKER_USERNAME=$(DOCKER_USERNAME ) && \
4242 export DOCKER_PASSWORD=$(DOCKER_PASSWORD ) && \
4343 LDFLAGS=$(LDFLAGS ) goreleaser release --rm-dist
44-
45- release-local :
46- docker container run --rm --privileged \
47- -v $(shell pwd) :/kink \
48- -v /var/run/docker.sock :/var/run/docker.sock \
49- -w /kink \
50- --entrypoint ='/bin/sh' \
51- -e GITLAB_TOKEN=$(GITLAB_TOKEN ) \
52- -e DOCKER_REGISTRY=$(DOCKER_REGISTRY ) \
53- -e DOCKER_USERNAME=$(DOCKER_USERNAME ) \
54- -e DOCKER_PASSWORD=$(DOCKER_PASSWORD ) \
55- registry.trendyol.com/platform/base/image/gythialy/golang-cross:v1.17 -c "make release"
You can’t perform that action at this time.
0 commit comments