hashipi

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

commit 0f6b0801deba80840655901b1ce49bed06269cbe
parent f172ca575bb08a53b5693e8ff7ef65b8c61b9d0c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 15 Oct 2023 22:12:07 +0200

doc: bump qemu-aarch64-static

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

diff --git a/README.md b/README.md @@ -121,9 +121,9 @@ sudo apt-get install qemu-user-static For other distributions, a [recent `qemu-aarch64-static` binary can be downloaded](https://github.com/multiarch/qemu-user-static/releases) and moved to the proper location for [`binfmt_misc`](https://en.wikipedia.org/wiki/Binfmt_misc) to pick it up: ```bash -curl -LO https://github.com/multiarch/qemu-user-static/releases/download/v7.0.0-7/qemu-aarch64-static +curl -LO https://github.com/multiarch/qemu-user-static/releases/download/v7.2.0-1/qemu-aarch64-static chmod +x qemu-aarch64-static -sudo mv qemu-arm-static /usr/bin/qemu-aarch64-static +sudo mv qemu-aarch64-static /usr/bin/qemu-aarch64-static ``` Also, make sure to choose the correct "static" binary for the OS architecture in [`hashi-pi.json`](./hashi-pi.json):