mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/docker.com/buildx/package.yml
This commit is contained in:
parent
67cdc74edf
commit
08320d6ae9
32
projects/docker.com/buildx/package.yml
Normal file
32
projects/docker.com/buildx/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/docker/buildx.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: docker/buildx
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
go.dev: ^1.21
|
||||||
|
script:
|
||||||
|
go build $ARGS -ldflags="$LDFLAGS" ./cmd/buildx
|
||||||
|
env:
|
||||||
|
REV: $(git rev-parse --short HEAD)
|
||||||
|
ARGS:
|
||||||
|
- -trimpath
|
||||||
|
- -o={{prefix}}/bin/buildx
|
||||||
|
LDFLAGS:
|
||||||
|
- -s
|
||||||
|
- -w
|
||||||
|
- -X github.com/docker/buildx/version.Version=v{{version}}
|
||||||
|
- -X github.com/docker/buildx/version.Revision=${REV}
|
||||||
|
linux:
|
||||||
|
LDFLAGS:
|
||||||
|
- -buildmode=pie
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/buildx
|
||||||
|
|
||||||
|
test:
|
||||||
|
- buildx version | grep {{version}}
|
||||||
|
- buildx help | grep 'Extended build capabilities with BuildKit'
|
Loading…
Reference in a new issue