packer-cn/scripts
Adrien Delorme f6be550f1a scripts/build.sh: allow to set build settings when building
this will for example allow me to have the following alias:
alias buildmain='export T=$(mktemp -d) && ALL_XC_OS="linux darwin windows" ALL_XC_ARCH="amd64" GOLDFLAGS="-s -w" ./scripts/build.sh && cd pkg/ && for dir in *; do zip -r "$dir.zip" $dir & ; done ;  wait && mv *.zip $T/. && open $T'

that build only on 'main' platforms, so that I can share binaries easily.
2019-02-19 15:10:30 +01:00
..
build.ps1 Better override support for PS build script 2018-03-05 01:58:30 -08:00
build.sh scripts/build.sh: allow to set build settings when building 2019-02-19 15:10:30 +01:00
dist.sh fix makefile 2016-10-21 15:19:54 -07:00
generate-plugins.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
prepare_changelog.sh skip doc PRs in changelog helper 2017-10-10 17:11:28 -07:00
sort-md-list.py comments 2017-06-05 12:56:46 -07:00
vagrant-freebsd-priv-config.sh vagrant: Correct name of vim package 2018-02-02 13:14:13 -06:00
vagrant-freebsd-unpriv-bootstrap.sh build: Allow multi-platform dev with Vagrantfile 2017-11-02 11:00:19 -07:00
vagrant-linux-priv-config.sh scripts: add gcc package for using gco on build 2018-10-31 16:58:07 +03:00
vagrant-linux-priv-go.sh scripts: update go version to 1.11.1 2018-10-31 16:58:07 +03:00
vagrant-linux-unpriv-bootstrap.sh build: Allow multi-platform dev with Vagrantfile 2017-11-02 11:00:19 -07:00