1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-03-03 15:32:37 +02:00

rem vals we dont need or use from the gr config

This commit is contained in:
Simon Aronsson 2021-03-29 18:19:08 +02:00 committed by GitHub
parent fac88f9cd2
commit da56c215db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,7 @@ build:
- arm
- arm64
ldflags:
- -s -w -X main.build={{.Version}} -X github.com/containrrr/watchtower/cmd.version={{.Version}}
- ./usemsan=-msan
- -s -w -X github.com/containrrr/watchtower/cmd.version={{.Version}}
archives:
-
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"