6 lines
130 B
Bash
6 lines
130 B
Bash
|
# LINUX_DISTRO=alpine
|
||
|
# this will publish both arm and amd version to docker hub
|
||
|
RUSER=ucommandit
|
||
|
TARGET=publish
|
||
|
BUILD_SRC=../src
|