Skip to content

Commit

Permalink
Update to g1.15.5, Roll back to osxcross-10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Nov 14, 2020
1 parent 65e3d1f commit 3144720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN apt-get update && apt-get install -y \
g++-mips64el-linux-gnuabi64 \
pkg-config-mips64el-linux-gnuabi64 \
&& apt-get clean \
&& curl https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://cdn.nodemedia.cn/tar/osxcross-10.15.tar.gz | tar xvz -C / \
&& curl https://dl.google.com/go/go1.15.5.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://cdn.nodemedia.cn/tar/osxcross-10.10.tar.gz | tar xvz -C / \
&& curl https://cdn.nodemedia.cn/tar/freebsd-9.tar.gz | tar xvz -C /

ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ docker run --rm -v $(pwd):/workdir -e CGO_ENABLED=1 -e GOOS=windows -e GOARCH=am
| Linux | mips64el | mips64el-linux-gnuabi64-gcc |mips64el-linux-gnuabi64-g++ |
| Windows | amd64 | x86_64-w64-mingw32-gcc |x86_64-w64-mingw32-g++ |
| Windows | 386 | i686-w64-mingw32-gcc |i686-w64-mingw32-g++ |
| MacOS | amd64 | x86_64-apple-darwin19-cc| x86_64-apple-darwin19-c++ |
| MacOS | amd64 | x86_64-apple-darwin14-cc| x86_64-apple-darwin14-c++ |
| FreeBSD | amd64 | x86_64-pc-freebsd9-gcc| x86_64-pc-freebsd9-g++ |

0 comments on commit 3144720

Please sign in to comment.