File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ changelog:
1919 - go mod tidy
2020
2121builds :
22- - main : ./pcstat
23- env :
22+ - env :
2423 - CGO_ENABLED=0
2524 goos :
2625 - linux
2726 - darwin
2827 - freebsd
2928 goarch :
3029 - amd64
31- # - arm64
30+ - arm64
3231 - 386
3332 goarm :
3433 - 7
@@ -70,7 +69,7 @@ archives:
7069dockers :
7170 - image_templates :
7271 - " ghcr.io/tobert/pcstat:{{ .Tag }}-amd64"
73- dockerfile : release/ Dockerfile
72+ dockerfile : Dockerfile
7473 use : buildx
7574 build_flag_templates :
7675 - " --pull"
@@ -82,7 +81,7 @@ dockers:
8281 - " --platform=linux/amd64"
8382 - image_templates :
8483 - " ghcr.io/tobert/pcstat:{{ .Tag }}-arm64v8"
85- dockerfile : release/ Dockerfile
84+ dockerfile : Dockerfile
8685 use : buildx
8786 build_flag_templates :
8887 - " --pull"
You can’t perform that action at this time.
0 commit comments