mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
12 lines
290 B
YAML
12 lines
290 B
YAML
|
# This file is used to create docker images using the heighliner binary.
|
||
|
# see: https://github.com/strangelove-ventures/heighliner
|
||
|
|
||
|
- name: sonr
|
||
|
dockerfile: cosmos
|
||
|
build-target: make install
|
||
|
binaries:
|
||
|
- /go/bin/sonrd
|
||
|
build-env:
|
||
|
- LEDGER_ENABLED=false
|
||
|
- BUILD_TAGS=muslc
|