From 5a88546a8040c2f56b9cd924b2d4d5b180a63159 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sat, 15 Jul 2017 00:04:19 +0200 Subject: 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 --- docker/armhf/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docker/armhf/build.sh (limited to 'docker/armhf/build.sh') 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 -- cgit v1.2.3