Skip to content

Commit

Permalink
removed unsupported openbsd on mips64
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Feb 1, 2023
1 parent 1f6ee5d commit 2797619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-crossplatform
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RUN export GOOS=openbsd && export CGO_ENABLED=0 && \
export GOARCH=amd64 && ${GOBUILD}_${GOOS}_${GOARCH}.bin ${BASEDIR} && \
export GOARCH=arm && ${GOBUILD}_${GOOS}_${GOARCH}.bin ${BASEDIR} && \
export GOARCH=386 && ${GOBUILD}_${GOOS}_${GOARCH}.bin ${BASEDIR} && \
export GOARCH=mips64 && ${GOBUILD}_${GOOS}_${GOARCH}.bin ${BASEDIR}

# Android
RUN echo "Building Android binaries"
Expand Down

0 comments on commit 2797619

Please sign in to comment.