hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 33f488ab4b8cfa8552ec78c6f9eec14a55cb8395
parent 00688695f4f374202effe902ed52787db78d03be
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 19 Jan 2022 21:12:44 +0100

Readme: build arm builder

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -77,12 +77,12 @@ git submodule init git submodule update ``` -Build `packer-builder-arm` plugin according to projects instructions and move it to the working directory: +Build [`packer-builder-arm` plugin](https://github.com/mkaczanowski/packer-builder-arm) according to projects instructions and move it to the working directory: ```bash -cd packer-builder-arm-src/ +git clone git@github.com:mkaczanowski/packer-builder-arm.git arm-builder +cd arm-builder go build -cd .. -cp packer-builder-arm-src/packer-builder-arm . +cp packer-builder-arm .. && cd - ``` Install the statically linked qemu (emulator) binary: