1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-09-29 23:47:08 +08:00
parent ccc51be4b7
commit 66ff26d4eb

View File

@ -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
```