Hetzner Cloud Terraform setup

This commit is contained in:
2022-07-14 02:56:08 +02:00
parent ec43fe2fd3
commit 1fab179066
12 changed files with 276 additions and 0 deletions

4
restore-tests/Makefile Normal file
View File

@ -0,0 +1,4 @@
all: artifacts/release/coreos-installer
artifacts/release/coreos-installer:
docker run --rm -v "${PWD}/artifacts:/artifacts" clux/muslrust:stable cargo install --bin=coreos-installer --target=x86_64-unknown-linux-musl --root=/artifacts coreos-installer --force