Compare commits

..

1 Commits

Author SHA1 Message Date
760b67b9e8 feat: update buildrunner
All checks were successful
Build / build (pull_request) Successful in 1m7s
- add nfpm package
- prepare for golang builds
- cleanup layers in docker
2024-11-30 23:46:03 +11:00

View File

@ -14,7 +14,10 @@ OWNER := unkin
# Build the Docker image (without tags)
build:
docker build --network=host -t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
docker build \
--network=host \
--build-arg NFPM_VERSION=$(NFPM_VERSION) \
-t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
# Tag the Docker image with the Git commit hash, the date, and 'latest'
tag: