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:
|
||||
github: abiosoft/colima
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
# +lima-vm.io => qemu.org = only darwin
|
||||
|
||||
dependencies:
|
||||
lima-vm.io: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: '*'
|
||||
|
||||
script: go build $ARGS -ldflags="$LDFLAGS" ./cmd/colima
|
||||
env:
|
||||
LDFLAGS:
|
||||
|
@ -25,6 +20,9 @@ build:
|
|||
ARGS:
|
||||
- -trimpath
|
||||
- -o={{prefix}}/bin/colima
|
||||
linux:
|
||||
LDFLAGS:
|
||||
- -buildmode=pie
|
||||
|
||||
provides:
|
||||
- bin/colima
|
||||
|
|
Loading…
Reference in a new issue