mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
added .deb & .rpm package for arm64
This commit is contained in:
parent
4ab3c32211
commit
ec76cb5b34
1 changed files with 17 additions and 0 deletions
|
|
@ -187,6 +187,23 @@ package for linux amd64:
|
|||
- "*.deb"
|
||||
- "*.rpm"
|
||||
|
||||
package for linux arm64:
|
||||
stage: build
|
||||
image: golang:$GOVERSION
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"'
|
||||
variables:
|
||||
GOOS: "linux"
|
||||
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
|
||||
- make package
|
||||
artifacts:
|
||||
paths:
|
||||
- "*.deb"
|
||||
- "*.rpm"
|
||||
|
||||
build amd container fb:
|
||||
stage: build
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue