droning on....

This commit is contained in:
Steven Polley 2018-08-01 21:11:21 -06:00
parent 77d7f262ce
commit 1940b0421d
2 changed files with 7 additions and 10 deletions

View File

@ -12,10 +12,11 @@ pipeline:
commands: commands:
- go get - go get
- go build - go build
docker:
image: docker:latest
commands:
- docker build -t deadbeef.codes:5000/mandelmapper:latest .
- docker push deadbeef.codes:5000/mandelmapper:latest
publish:
image: plugins/docker
repo: deadbeef.codes:5000/mandelmap
# registry: deadbeef.codes:5001
# auto_tag: true
# auto_tag_suffix: linux-rpi3

View File

@ -1,7 +1,3 @@
FROM golang:latest
WORKDIR /go/src/deadbeef.codes/steven/mandelmapper
RUN GOOS=linux GOARCH=arm GOARM=7 go build
FROM resin/raspberrypi3-alpine FROM resin/raspberrypi3-alpine
COPY --from=0 mandelmapper /usr/bin COPY --from=0 mandelmapper /usr/bin
EXPOSE 6161:6161 EXPOSE 6161:6161