mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
build: Update build-release.sh to remove i386 build
fixup! docker: Remove Dockerfile for i386 builder
This commit is contained in:
committed by
Rusty Russell
parent
9663d110d1
commit
251bae55d7
@@ -14,7 +14,7 @@ if [ x"$1" = x"--inside-docker" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# bin-Ubuntu-16.04-amd64 was superceded by the reproducible built 18.04 version.
|
# bin-Ubuntu-16.04-amd64 was superceded by the reproducible built 18.04 version.
|
||||||
ALL_TARGETS="bin-Fedora-28-amd64 bin-Ubuntu-16.04-i386 zipfile"
|
ALL_TARGETS="bin-Fedora-28-amd64 zipfile"
|
||||||
|
|
||||||
FORCE_VERSION=
|
FORCE_VERSION=
|
||||||
FORCE_UNCLEAN=false
|
FORCE_UNCLEAN=false
|
||||||
@@ -89,10 +89,6 @@ for target in $TARGETS; do
|
|||||||
DOCKERFILE=contrib/Dockerfile.builder
|
DOCKERFILE=contrib/Dockerfile.builder
|
||||||
TAG=ubuntu-amd64
|
TAG=ubuntu-amd64
|
||||||
;;
|
;;
|
||||||
Ubuntu-16.04-i386)
|
|
||||||
DOCKERFILE=contrib/Dockerfile.builder.i386
|
|
||||||
TAG=ubuntu-i386
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo "No Dockerfile for $platform" >&2
|
echo "No Dockerfile for $platform" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user