dockerfile for local build, makefile update

This commit is contained in:
yusing
2025-01-04 10:44:51 +08:00
parent c30d3f585f
commit d44ce0ee6f
3 changed files with 64 additions and 1 deletions

View File

@@ -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 .