1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
This commit is contained in:
kev 2015-09-29 23:47:08 +08:00
parent ccc51be4b7
commit 66ff26d4eb

@ -1,8 +1,10 @@
etcd-arm
========
## Cross compilation for Raspberry Pi
```
git clone https://github.com/coreos/etcd.git
cd etcd
GOARCH=arm ./build
GOOS=linux GOARCH=arm ./build
```