mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/microsoft.com/azure-storage-azcopy/package.yml
This commit is contained in:
parent
39a0581ce3
commit
bf0f9ede67
30
projects/microsoft.com/azure-storage-azcopy/package.yml
Normal file
30
projects/microsoft.com/azure-storage-azcopy/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
distributable:
|
||||
url: git+https://github.com/Azure/azure-storage-azcopy.git
|
||||
ref: ${{version.tag}}
|
||||
|
||||
versions:
|
||||
github: Azure/azure-storage-azcopy
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: '>=1.19'
|
||||
script:
|
||||
go build $ARGS -ldflags="$LDFLAGS"
|
||||
env:
|
||||
ARGS:
|
||||
- -trimpath
|
||||
- -o={{prefix}}/bin/azcopy
|
||||
LDFLAGS:
|
||||
- -s
|
||||
- -w
|
||||
linux:
|
||||
LDFLAGS:
|
||||
- -buildmode=pie
|
||||
|
||||
provides:
|
||||
- bin/azcopy
|
||||
|
||||
test:
|
||||
- azcopy --version | grep {{version}}
|
||||
- azcopy list https://storageaccountname.blob.core.windows.net/containername/ > output.txt || true
|
||||
- cat output.txt | grep 'Login Credentials missing'
|
Loading…
Reference in a new issue