mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +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
|