File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ find /scripts
1212apk update
1313apk add alpine-sdk util-linux strace file autoconf automake libtool xz bash \
1414 eudev-dev gettext-dev linux-headers meson \
15- zstd-dev zlib-dev zlib-static clang
15+ zstd-dev zstd-static zlib-dev zlib-static clang
1616
1717/scripts/common/install-dependencies.sh
1818/scripts/build-runtime.sh
Original file line number Diff line number Diff line change @@ -35,7 +35,11 @@ cd "$tempdir"
3535# Download and extract minimal Alpine system
3636# ############################################
3737
38- wget " http://dl-cdn.alpinelinux.org/alpine/v3.17/releases/${ALPINE_ARCH} /alpine-minirootfs-3.17.2-${ALPINE_ARCH} .tar.gz"
38+ ALPINE_RELEASE=" 3.21.0"
39+ wget " http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_RELEASE% .* } /releases/${ALPINE_ARCH} /alpine-minirootfs-${ALPINE_RELEASE} -${ALPINE_ARCH} .tar.gz"
40+ wget " http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_RELEASE% .* } /releases/${ALPINE_ARCH} /alpine-minirootfs-${ALPINE_RELEASE} -${ALPINE_ARCH} .tar.gz.sha256"
41+ sha256sum -c alpine-minirootfs-${ALPINE_RELEASE} -${ALPINE_ARCH} .tar.gz.sha256
42+
3943mkdir -p ./miniroot
4044cd ./miniroot
4145sudo tar xf ../alpine-minirootfs-* -" ${ALPINE_ARCH} " .tar.gz
9498cd " $repo_root_dir "
9599mkdir -p ./out/
96100cp " ${tempdir} /miniroot/out/runtime-${appimage_arch} " out/
97- cp " ${tempdir} /miniroot/out/runtime-${appimage_arch} .debug" out/
101+ cp " ${tempdir} /miniroot/out/runtime-${appimage_arch} .debug" out/
You can’t perform that action at this time.
0 commit comments