Skip to content

Instantly share code, notes, and snippets.

@isacikgoz
isacikgoz / build.sh
Created December 25, 2018 12:53 — forked from jojomi/build.sh
Simple bash script for cross-compiling Go code for release
#!/bin/bash
#
APP_VER="0.3"
BUILD_ARCH_AMD64="amd64"
BUILD_ARCH_ARM64="arm64"
BUILD_ARCH_ARM="arm"
BUILD_ARCH_x86="386"