mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
dockerfile for local build, makefile update
This commit is contained in:
5
Makefile
5
Makefile
@@ -65,4 +65,7 @@ ci-test:
|
||||
act -n --artifact-server-path /tmp/artifacts -s GITHUB_TOKEN="$$(gh auth token)"
|
||||
|
||||
cloc:
|
||||
cloc --not-match-f '_test.go$$' cmd internal pkg
|
||||
cloc --not-match-f '_test.go$$' cmd internal pkg
|
||||
|
||||
push-docker-io:
|
||||
BUILDER=build docker buildx build --platform linux/arm64,linux/amd64 -t docker.io/yusing/godoxy-nightly --push .
|
||||
Reference in New Issue
Block a user