1
1

Fix compiled firmware path

This commit is contained in:
2026-08-25 11:08:20 +02:00
parent 0fd2bbd056
commit b0b0a627fa
+1 -1
View File
@@ -4,7 +4,7 @@ set -u
IMAGE_NAME="zyxel-openwrt-builder" IMAGE_NAME="zyxel-openwrt-builder"
CONTAINER_NAME="openwrt-builder-container" CONTAINER_NAME="openwrt-builder-container"
OPENWRT_DIR="/home/builder/openwrt" OPENWRT_DIR="/home/builder/openwrt"
FIRMWARE_PATH="${OPENWRT_DIR}/bin/brcm963xx/zyxel/ras.bin" FIRMWARE_PATH="${OPENWRT_DIR}/bin/brcm963xx-glibc/zyxel/ras.bin"
echo "Building Docker image ${IMAGE_NAME}..." echo "Building Docker image ${IMAGE_NAME}..."
docker build --platform linux/amd64 -t "${IMAGE_NAME}" . docker build --platform linux/amd64 -t "${IMAGE_NAME}" .