This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ builds:
2323 goarm :
2424 - 6
2525 - 7
26+ ignore :
27+ - goos : darwin
28+ goarch : 386
2629 env :
2730 - CGO_ENABLED=0
2831 flags :
@@ -33,9 +36,6 @@ builds:
3336 -X main.Version={{.Version}}
3437 -X main.Commit={{.ShortCommit}}
3538 -X main.Date={{.Date}}
36- ignore :
37- - goos : darwin
38- goarch : 386
3939 hooks :
4040 # Ignores failures, this is just best effort. Alternative: find target/dist -name drone-cache -type f -exec upx {} +
4141 post : find target/dist -name drone-cache -type f -print0 | xargs -n 1 -0 upx
@@ -100,7 +100,7 @@ dockers:
100100 # .Arch GOARCH (usually allow replacements)
101101 # .Arm GOARM (usually allow replacements)
102102 # .Mips GOMIPS (usually allow replacements)
103- # TODO: Add more mirror registries
103+ # TODO: Add github docker repo
104104 # - "docker.pkg.github.com/meltwater/drone-cache/drone-cache:latest"
105105 # - "docker.pkg.github.com/meltwater/drone-cache/drone-cache:{{ .Tag }}"
106106 # - "docker.pkg.github.com/meltwater/drone-cache/drone-cache:v{{ .Major }}.{{ .Minor }}"
You can’t perform that action at this time.
0 commit comments