From 87709a14a241ca55cc0267d527c9c9dbfa3302cd Mon Sep 17 00:00:00 2001 From: Benedikt Weber <44091658+Galveston01@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:05:03 +0200 Subject: [PATCH] Fix build script to match the new organization "webthingsio" (#25) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 355c5aa..3dccff7 100755 --- a/build.sh +++ b/build.sh @@ -50,7 +50,7 @@ function build_native() { } function build_cross_compiled() { - docker run --rm -t -v $PWD:/build mozillaiot/toolchain-${ADDON_ARCH}-${LANGUAGE_NAME}-${LANGUAGE_VERSION} bash -c "cd /build; ADDON_ARCH=${ADDON_ARCH} ./package.sh" + docker run --rm -t -v $PWD:/build webthingsio/toolchain-${ADDON_ARCH}-${LANGUAGE_NAME}-${LANGUAGE_VERSION} bash -c "cd /build; ADDON_ARCH=${ADDON_ARCH} ./package.sh" } case "${ADDON_ARCH}" in