mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
add(colima,linux)
This commit is contained in:
parent
90e1365c01
commit
14e08fad8c
1 changed files with 3 additions and 5 deletions
|
@ -5,17 +5,12 @@ distributable:
|
||||||
versions:
|
versions:
|
||||||
github: abiosoft/colima
|
github: abiosoft/colima
|
||||||
|
|
||||||
platforms:
|
|
||||||
- darwin
|
|
||||||
# +lima-vm.io => qemu.org = only darwin
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
lima-vm.io: '*'
|
lima-vm.io: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: '*'
|
go.dev: '*'
|
||||||
|
|
||||||
script: go build $ARGS -ldflags="$LDFLAGS" ./cmd/colima
|
script: go build $ARGS -ldflags="$LDFLAGS" ./cmd/colima
|
||||||
env:
|
env:
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
|
@ -25,6 +20,9 @@ build:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
- -o={{prefix}}/bin/colima
|
- -o={{prefix}}/bin/colima
|
||||||
|
linux:
|
||||||
|
LDFLAGS:
|
||||||
|
- -buildmode=pie
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/colima
|
- bin/colima
|
||||||
|
|
Loading…
Reference in a new issue