mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
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. |
||
|---|---|---|
| .. | ||
| build.ps1 | ||
| build.sh | ||
| dist.sh | ||
| generate-plugins.go | ||
| prepare_changelog.sh | ||
| sort-md-list.py | ||
| vagrant-freebsd-priv-config.sh | ||
| vagrant-freebsd-unpriv-bootstrap.sh | ||
| vagrant-linux-priv-config.sh | ||
| vagrant-linux-priv-go.sh | ||
| vagrant-linux-unpriv-bootstrap.sh | ||