This commit is contained in:
jacob 2023-04-06 09:25:30 -05:00
parent 4ec84346ef
commit 9c0d8d7ff4
2 changed files with 2 additions and 2 deletions

View file

@ -567,8 +567,7 @@ package for linux arm64:
GOOS: "linux"
GOARCH: "arm64"
script:
- touch /etc/apt/sources.list.d/goreleaser.list
- chmod 666 /etc/apt/sources.list.d/goreleaser.list
- chmod 666 /etc/apt/sources.list.d
- echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
- apt update && apt install nfpm=2.11.3
- apt-get update && apt-get install -y -qq build-essential

View file

@ -350,6 +350,7 @@ cli-startup:
cd certstrap
go build
mv ./certstrap /usr/local/bin/
chmod 777 /usr/local/bin/certstrap
$(MAKE) testenv
$(MAKE) vendor
$(MAKE) startup