Skip to content

Commit 0e33e2a

Browse files
committed
release.sh.in: Drop images that are no longer built
1 parent e4cf0ea commit 0e33e2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

release.sh.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ DATECODE=$(date "+%Y%m%d")
66
make
77

88
ARCHS="$(echo x86_64{,-musl} armv{6,7}l{,-musl} aarch64{,-musl})"
9-
PLATFORMS="$(echo rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl})"
10-
SBC_IMGS="$(echo rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl})"
9+
PLATFORMS="$(echo rpi{,2,3}{,-musl})"
10+
SBC_IMGS="$(echo rpi{,2,3}{,-musl})"
1111

1212
make rootfs-all ARCHS="$ARCHS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
1313
make platformfs-all PLATFORMS="$PLATFORMS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
1414
make images-all-sbc SBC_IMGS="$SBC_IMGS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
15-
make pxe-all REPOSITORY="$REPOSITORY"
1615

1716
MKLIVE_REPO=(-r /hostdir/binpkgs -r /hostdir/binpkgs/nonfree -r /hostdir/musl -r /hostdir/binpkgs/musl/nonfree)
1817
./build-x86-images.sh -a i686 -b base "${MKLIVE_REPO[@]}"
@@ -34,4 +33,4 @@ mv "*${DATECODE}*.gz" "$DATECODE/"
3433
mv "*${DATECODE}*.iso" "$DATECODE/"
3534

3635
cd "$DATECODE" || exit 1
37-
sha256sum -- * > sha256sums.txt
36+
sha256sum --tag -- * > sha256sums.txt

0 commit comments

Comments
 (0)