e
All checks were successful
/ publish (push) Successful in 6m36s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-10 14:41:33 +02:00
commit 596df19371
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -6,9 +6,9 @@ BUILD := $(shell git rev-parse HEAD)
LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}"
.PHONY: all build
.PHONY: all build_password publish_password
all: build
all: build_password publish_password
build_password:
$(foreach GOOS, ${OS},\