File: docker-build

package info (click to toggle)
jp 0.2.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: python: 208; sh: 46; makefile: 23
file content (6 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash
# Helper script to build "jp" on all supported platforms.
# This script uses docker so you don't have to have the cross
# platform golang environment setup.  Just make sure you have docker
# installed.  The built executables will be in build/
docker run --rm -v "$PWD:/go/src/jp" -w /go/src/jp golang:1.4.2-cross scripts/build-all-platforms