Add Raspberry Pi binary to builds (#189)

* Add Raspberry Pi binary to builds

* Attempt to add arm cross compile to dockerfile

* WIP fix for OSX crosscompiler

* WIP docker build debug

* Fix errors building docker image
This commit is contained in:
WithoutPants
2019-11-16 09:29:45 +11:00
committed by Leopere
parent a6b8a3f2e8
commit ec2a8d0dc6
4 changed files with 27 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
user=stashappdev
repo=compiler
version=1
version=2
latest:
docker build -t ${user}/${repo}:latest .
@@ -13,4 +13,4 @@ build-no-cache:
install: build
docker push ${user}/${repo}:${version}
docker push ${user}/${repo}:latest
docker push ${user}/${repo}:latest