mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-05 12:25:27 +01:00
11 lines
149 B
Markdown
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
|
|
```
|