Don't use bashism to invoke build-common.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="aarch64-bookworm"
|
||||
DOCKERFILE="Dockerfile.aarch64.bookworm"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="aarch64-bullseye"
|
||||
DOCKERFILE="Dockerfile.aarch64.bullseye"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="amd64-buster"
|
||||
DOCKERFILE="Dockerfile.amd64.buster"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="armhf-bookworm"
|
||||
DOCKERFILE="Dockerfile.armhf.bookworm"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="armhf-bullseye"
|
||||
DOCKERFILE="Dockerfile.armhf.bullseye"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="l4t-bionic"
|
||||
DOCKERFILE="Dockerfile.l4t.bionic"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="riscv64-sid"
|
||||
DOCKERFILE="Dockerfile.riscv64.sid"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="rpi-bookworm"
|
||||
DOCKERFILE="Dockerfile.rpi.bookworm"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="rpi-buster"
|
||||
DOCKERFILE="Dockerfile.rpi.buster"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="rpi64-bookworm"
|
||||
DOCKERFILE="Dockerfile.rpi64.bookworm"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TARGET_NAME="rpi64-buster"
|
||||
DOCKERFILE="Dockerfile.rpi64.buster"
|
||||
|
||||
source ./build-common.sh
|
||||
. ./build-common.sh
|
||||
|
||||
Reference in New Issue
Block a user