projects
/
rrq
/
bespoke-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062476a
)
added arm64 build-$arch script for summetry
author
Ralph Ronnquist
<rrq@rrq.au>
Thu, 19 Sep 2024 11:53:16 +0000
(21:53 +1000)
committer
Ralph Ronnquist
<rrq@rrq.au>
Thu, 19 Sep 2024 11:53:16 +0000
(21:53 +1000)
build-arm64.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/build-arm64.sh
b/build-arm64.sh
new file mode 100755
(executable)
index 0000000..
567de36
--- /dev/null
+++ b/
build-arm64.sh
@@ -0,0
+1,7
@@
+#!/bin/sh
+
+exec env \
+ LINUX=linux-image-6.1.0-25-arm64 \
+ TARGET_ARCH=arm64 \
+ DISTNAME=daedalus \
+ ./build-installer.sh