1
0

Revert "bump RTL to 0.13.6"

This reverts commit 67825b0740.

# Conflicts:
#	README.md
This commit is contained in:
Kukks
2023-04-16 13:42:56 +02:00
parent 182b8e91b8
commit 44acbcc269
5 changed files with 22 additions and 22 deletions

View File

@@ -126,18 +126,18 @@ cd - && cd ..
# Build rtl
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
DOCKERFILE="dockerfiles/Dockerfile"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm32v7
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm64v8
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
echo "Building shahanafarooqui/rtl:0.13.6"
echo "Building shahanafarooqui/rtl:0.13.3"
git clone https://github.com/Ride-The-Lightning/RTL rtl
cd rtl
git checkout v0.13.6
git checkout v0.13.3
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.6" .
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
cd - && cd ..
@@ -154,18 +154,18 @@ cd - && cd ..
# Build rtl
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
DOCKERFILE="dockerfiles/Dockerfile"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm32v7
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm64v8
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
echo "Building shahanafarooqui/rtl:0.13.6"
echo "Building shahanafarooqui/rtl:0.13.3"
git clone https://github.com/Ride-The-Lightning/RTL rtl
cd rtl
git checkout v0.13.6
git checkout v0.13.3
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.6" .
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
cd - && cd ..
@@ -186,18 +186,18 @@ cd - && cd ..
# Build rtl
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
DOCKERFILE="dockerfiles/Dockerfile"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm32v7
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.6/dockerfiles/Dockerfile.arm64v8
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
echo "Building shahanafarooqui/rtl:0.13.6"
echo "Building shahanafarooqui/rtl:0.13.3"
git clone https://github.com/Ride-The-Lightning/RTL rtl
cd rtl
git checkout v0.13.6
git checkout v0.13.3
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.6" .
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
cd - && cd ..