File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
77BDIR=" $( cd -P " $( dirname " $SOURCE " ) /.." && pwd ) "
88
99pushd $BDIR
10- docker run -v $( pwd) :/go/src/github.com/slimtoolkit/slim -w /go/src/github.com/slimtoolkit/slim -it --rm --name=" slim -builder" golang:1.21 make build_m1
10+ docker run -v $( pwd) :/go/src/github.com/mintoolkit/mint -w /go/src/github.com/mintoolkit/mint -it --rm --name=" mint -builder" golang:1.21 make build_m1
1111
1212if [ ! -f dist_mac_m1.zip ]; then
1313if hash zip 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
77BDIR=" $( cd -P " $( dirname " $SOURCE " ) /.." && pwd ) "
88
99pushd $BDIR
10- docker run -v $( pwd) :/go/src/github.com/slimtoolkit/slim -w /go/src/github.com/slimtoolkit/slim -it --rm --name=" slim -builder" golang:1.21 make build
10+ docker run -v $( pwd) :/go/src/github.com/mintoolkit/mint -w /go/src/github.com/mintoolkit/mint -it --rm --name=" mint -builder" golang:1.21 make build
1111
1212if [ ! -f dist_mac.zip ]; then
1313if hash zip 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments