fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
19
vendor/github.com/apapsch/go-jsonmerge/v2/build.sh
generated
vendored
Normal file
19
vendor/github.com/apapsch/go-jsonmerge/v2/build.sh
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
MY_DIR=$(dirname "$0")
|
||||
|
||||
cd "${MY_DIR}"
|
||||
mkdir -p "artifacts"
|
||||
|
||||
echo "Linux"
|
||||
GOARCH=amd64 GOOS=linux go build -o "artifacts/jsonmerge" ./cmd
|
||||
|
||||
echo "Windows"
|
||||
GOARCH=amd64 GOOS=windows go build -o "artifacts/jsonmerge.exe" ./cmd
|
||||
|
||||
echo "Mac(darwin)"
|
||||
GOARCH=amd64 GOOS=darwin go build -o "artifacts/jsonmerge_darwin" ./cmd
|
||||
|
||||
echo "Build done"
|
||||
Reference in New Issue
Block a user