2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 12:25:27 +01:00
Files
dockerfiles_vimagick/etcd-arm/README.md
2015-09-29 23:47:08 +08:00

11 lines
149 B
Markdown

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