diff --git a/compose/production/ubuntu/get_os.sh b/compose/production/ubuntu/get_os.sh new file mode 100644 index 0000000..a7c7f67 --- /dev/null +++ b/compose/production/ubuntu/get_os.sh @@ -0,0 +1,5 @@ +OS=$(uname | tr '[:upper:]' '[:lower:]') + +export GOARCH=$ARCH + +echo $OS