Skip to content

Commit

Permalink
Fix build script to match the new organization "webthingsio" (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee authored Oct 11, 2020
1 parent 679afbf commit 87709a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87709a1

Please sign in to comment.