feat: update buildrunner
Build / build (pull_request) Failing after 2m47s

- add nfpm package
- prepare for golang builds
- cleanup layers in docker
This commit is contained in:
2024-11-30 23:34:31 +11:00
parent e0fee84e65
commit 05c69bc89b
2 changed files with 10 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
# Set the nfpm version to install
NFPM_VERSION := 2.41.1
# Get the current Git commit hash
GIT_COMMIT := $(shell git rev-parse --short HEAD)