mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02:00
9 lines
99 B
Markdown
9 lines
99 B
Markdown
|
etcd-arm
|
||
|
========
|
||
|
|
||
|
```
|
||
|
git clone https://github.com/coreos/etcd.git
|
||
|
cd etcd
|
||
|
GOARCH=arm ./build
|
||
|
```
|