generated from tuananh/apko-image-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazcopy.melange.yaml
32 lines (31 loc) · 843 Bytes
/
azcopy.melange.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package:
name: azure-storage-azcopy
version: 10.17.0
epoch: 0
description: The new Azure Storage data transfer utility - AzCopy v10
target-architecture:
- all
copyright:
- paths:
- "*"
attestation: TODO
license: MIT
environment:
contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
repositories:
- https://packages.wolfi.dev/os
packages:
- ca-certificates-bundle
- busybox
- go
pipeline:
- uses: fetch
with:
expected-sha256: f970ad5a68fb0a84935bedc687a6ed8a9d051791e61b032a433ff1cf0ac38105
uri: https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v${{package.version}}.tar.gz
- runs: |
go build
install -D -m 0755 "./azure-storage-azcopy" -t "${{targets.destdir}}/usr/local/bin"
- uses: strip