diff options
author | Julian Xhokaxhiu <julianxhokaxhiu@users.noreply.github.com> | 2017-07-15 00:04:19 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-07-14 18:04:19 -0400 |
commit | 5a88546a8040c2f56b9cd924b2d4d5b180a63159 (patch) | |
tree | cf88b6cc0441d10b7b53944d4f8d22eb44bec4b1 /docker/armhf/build.sh | |
parent | f67d6bbca3bbba7a0614b7f9b8ab3c24d4a318aa (diff) |
docker: enable Automated builds for rpi (#4431)
* Enable Automated builds for rpi
* Rename the file to fit only for Docker Hub
* Update the binary to v2.9.0+resin1
* Restore default status
* Commit as new file
In order to avoid breaking native builds
Diffstat (limited to 'docker/armhf/build.sh')
-rw-r--r-- | docker/armhf/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/armhf/build.sh b/docker/armhf/build.sh new file mode 100644 index 00000000..d864f4b3 --- /dev/null +++ b/docker/armhf/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +go build -ldflags "-w -s" resin-xbuild.go |