Make sure we have go installed when building os packages (for build step dependencies)
This commit is contained in:
parent
6dd7bcb0fe
commit
8b9b1984fc
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ steps:
|
|||
image: goreleaser/nfpm
|
||||
pull: true
|
||||
commands:
|
||||
- apk add git
|
||||
- apk add git go
|
||||
- ./mage-static release:packages
|
||||
depends_on: [ static-build-linux ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue