diff --git a/build b/build index dfcf1ff..aa37ed0 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash SOCKLOG_VERSION="2.2.1" -SOCKLOG_RELEASE="${SOCKLOG_VERSION}-4" +SOCKLOG_RELEASE="${SOCKLOG_VERSION}-5" SOCKLOG_SRC="https://github.com/just-containers/socklog/releases/download/v$SOCKLOG_RELEASE" PKGDIR=$(pwd)/pkg @@ -18,6 +18,7 @@ targets[arm-linux-musleabihf]=armhf targets[aarch64-linux-musl]=aarch64 targets[x86_64-linux-musl]=amd64 targets[i486-linux-musl]=x86 +targets[powerpc64le-linux-musl]=ppc64le for target in "${!targets[@]}" ; do mkdir -p "$BUILDDIR"/"$target"