We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c2a7a commit 733be95Copy full SHA for 733be95
test_mips.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+cd $(dirname $0) || exit 1
4
+GO_UDEV="go-udev-mips64"
5
+GOOS=linux GOARCH=mips64 go build -o ${GO_UDEV}
6
+chmod +x ./${GO_UDEV}
7
+docker run -it --rm -v "$PWD:$PWD" -w $PWD dockcross/linux-mips ./${GO_UDEV} -info
8
0 commit comments