mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
33451da01b
commit
a265dc5f4f
1 changed files with 6 additions and 2 deletions
|
@ -16,12 +16,16 @@ build:
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
- -s
|
- -s
|
||||||
- -w
|
- -w
|
||||||
- "-X sigs.k8s.io/aws-iam-authenticator/pkg.Version={{version}}"
|
- '-X sigs.k8s.io/aws-iam-authenticator/pkg.Version={{version}}'
|
||||||
|
linux:
|
||||||
|
LDFLAGS:
|
||||||
|
- -buildmode=pie
|
||||||
provides:
|
provides:
|
||||||
- bin/aws-iam-authenticator
|
- bin/aws-iam-authenticator
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
- aws-iam-authenticator version
|
||||||
- aws-iam-authenticator version | grep {{version}}
|
- aws-iam-authenticator version | grep {{version}}
|
||||||
- aws-iam-authenticator init -i test
|
- aws-iam-authenticator init -i test
|
||||||
- cat key.pem | grep "BEGIN RSA PRIVATE KEY"
|
- cat key.pem | grep "BEGIN RSA PRIVATE KEY"
|
||||||
- cat cert.pem | grep "BEGIN CERTIFICATE"
|
- cat cert.pem | grep "BEGIN CERTIFICATE"
|
||||||
|
|
Loading…
Reference in a new issue