Skip to content

Commit

Permalink
Updated docker arm build to 18.09.1 and stripped unused archs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaang committed Mar 12, 2019
1 parent d832dca commit 682f1f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion wdpk/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION="$(awk '/Version/{print $NF}' apkg.rc)"

echo "Building ${APP_NAME} version ${VERSION}"

MODELS="WDMyCloudEX4 WDMyCloudEX2 WDMyCloudMirror WDMyCloud WDMyCloudEX4100 WDMyCloudDL4100 WDMyCloudEX2100 WDMyCloudDL2100 WDMyCloudMirrorGen2 MyCloudEX2Ultra MyCloudPR4100 MyCloudPR2100"
MODELS="WDMyCloudEX4100 WDMyCloudDL4100 WDMyCloudEX2100 WDMyCloudDL2100 WDMyCloudMirrorGen2 MyCloudEX2Ultra MyCloudPR4100 MyCloudPR2100"

for model in $MODELS; do
../../mksapkg -E -s -m $model > /dev/null
Expand Down
1 change: 0 additions & 1 deletion wdpk/docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ TARBALL="docker-18.09.1.tgz"

if [ ${ARCH} != "x86_64" ]; then
ARCH="armel"
TARBALL="docker-18.06.0-ce.tgz"
# JediNite provides custom docker packages for ARM
# They are based on docker-runc without seccomp, as the kernel doesn't support it
# The latest version is not available yet
Expand Down

0 comments on commit 682f1f0

Please sign in to comment.