infrastructure/restore-tests/Makefile
Tobias Manske fa65c33072
Some checks failed
continuous-integration/drone/push Build is failing
Refactoring
2022-10-29 16:47:54 +02:00

5 lines
355 B
Makefile

all: artifacts/release/coreos-installer
artifacts/release/coreos-installer:
docker run --rm -v "${PWD}/artifacts:/artifacts" rust:1-bullseye sh -c "apt-get update && apt-get install -y build-essential libssl-dev libzstd-dev pkg-config && cargo install --bin=coreos-installer --target=x86_64-unknown-linux-gnu --root=/artifacts coreos-installer --force"