From 79fd37860e16d129bb8cc955c825de0c310bbacc Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 22 Jun 2025 10:29:24 +0200 Subject: [PATCH] chore: Add script to build the final image --- build-image | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build-image diff --git a/build-image b/build-image new file mode 100755 index 0000000..182cb1d --- /dev/null +++ b/build-image @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./env guix build --target=aarch64-linux-gnu zynqmp-base-system-image.img -- 2.49.0