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
7
7
BDIR=" $( cd -P " $( dirname " $SOURCE " ) /.." && pwd ) "
8
8
9
9
pushd $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
11
11
12
12
if [ ! -f dist_mac_m1.zip ]; then
13
13
if 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
7
7
BDIR=" $( cd -P " $( dirname " $SOURCE " ) /.." && pwd ) "
8
8
9
9
pushd $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
11
11
12
12
if [ ! -f dist_mac.zip ]; then
13
13
if hash zip 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments