mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
remove (another) erroneuos i in goreleaser
This commit is contained in:
parent
01ce9a145f
commit
ebb416819c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ build:
|
||||||
- windows
|
- windows
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- i386
|
- 386
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
archive:
|
archive:
|
||||||
|
@ -16,7 +16,7 @@ archive:
|
||||||
arm: armhf
|
arm: armhf
|
||||||
arm64: arm64v8
|
arm64: arm64v8
|
||||||
amd64: amd64
|
amd64: amd64
|
||||||
386: i386
|
386: 386
|
||||||
darwin: macOS
|
darwin: macOS
|
||||||
linux: linux
|
linux: linux
|
||||||
format_overrides:
|
format_overrides:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue