add build scripts

This commit is contained in:
seanauff 2020-06-21 11:25:14 -04:00
parent 1826e7230d
commit f24269c675
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
REPO=seanauff
IMAGE=octoprint-klipper
TAG=amd64
# Build & push latest
docker build -t ${REPO}/${IMAGE}:${TAG} --compress --push ../

View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
REPO=seanauff
IMAGE=octoprint-klipper
TAG=arm
# Build & push latest
docker build -t ${REPO}/${IMAGE}:${TAG} --compress --push ../