mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
rename encore.dev/go:go to encore-go
This commit is contained in:
parent
b987338a88
commit
c90d3977b7
1 changed files with 4 additions and 6 deletions
|
@ -7,17 +7,13 @@ versions:
|
|||
display-name: encore-go
|
||||
|
||||
provides:
|
||||
- bin/go
|
||||
|
||||
interprets:
|
||||
extensions: go
|
||||
args: [go, run]
|
||||
- bin/encore-go
|
||||
|
||||
dependencies:
|
||||
curl.se/ca-certs: '*'
|
||||
|
||||
companions:
|
||||
tea.xyz/gx/cc: c99 # for `cgo`
|
||||
tea.xyz/gx/cc: c99 # for `cgo`
|
||||
|
||||
warnings:
|
||||
- vendored
|
||||
|
@ -34,6 +30,8 @@ build:
|
|||
- curl -L https://github.com/encoredev/go/releases/download/encore-go{{version}}/$TYPE.tar.gz | tar zxvf -
|
||||
- run: cp -a $SRCROOT/encore-go/* .
|
||||
working-directory: ${{prefix}}
|
||||
- run: cp go encore-go
|
||||
working-directory: ${{prefix}}/bin
|
||||
env:
|
||||
linux/x86-64:
|
||||
TYPE: linux_x86-64
|
||||
|
|
Loading…
Reference in a new issue