use nfpm 2.11.3 so CI doesn't break

This commit is contained in:
reesporte 2022-02-04 16:12:20 -06:00
parent 1f8efd663c
commit ede85735df

View file

@ -216,7 +216,7 @@ package for linux amd64:
GOARCH: "amd64"
script:
- echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
- apt update && apt install nfpm
- apt update && apt install nfpm=2.11.3
- make package
artifacts:
paths:
@ -233,7 +233,7 @@ package for linux arm64:
GOARCH: "arm64"
script:
- echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
- apt update && apt install nfpm
- apt update && apt install nfpm=2.11.3
- make package
artifacts:
paths: