Skip to content

Commit

Permalink
add ppc64le target
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Mar 21, 2019
1 parent a1b1496 commit 55fd23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 55fd23b

Please sign in to comment.