mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fbsql ci
This commit is contained in:
parent
4ec84346ef
commit
9c0d8d7ff4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue