feature/deploy linux (#1206)

* chore(deploy): remove devbox configuration

* feat(taskfiles): add mount and platform specific start commands for IPFS
This commit is contained in:
Prad Nukala
2024-12-22 23:43:30 +00:00
committed by GitHub
parent 59b561d2d9
commit 4d6a8628af
6 changed files with 104 additions and 50 deletions
+3 -7
View File
@@ -4,13 +4,10 @@ vars:
BINARY: sonrd
BUILD_FLAGS: -mod=readonly -trimpath
BUILD_TAGS: netgo,ledger
COMMIT:
COMMIT:
sh: git rev-parse HEAD
VERSION:
sh: git describe --tags --always
DOPPLER_TOKEN:
sh: skate get DOPPLER_NETWORK
tasks:
build:
desc: Build the sonrd binary
@@ -30,11 +27,11 @@ tasks:
./cmd/sonrd
env:
CGO_ENABLED: 1
GOARCH:
GOARCH:
sh: go env GOARCH
GOOS:
sh: go env GOOS
install:
desc: Install sonrd
silent: true
@@ -45,4 +42,3 @@ tasks:
desc: Start the sonr node
cmds:
- sh scripts/test_dop_node.sh