Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Pinned dockcross to a tag with fixed ABI for RPi #12588

Merged
merged 1 commit into from
Sep 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for Android ARMv7

FROM mxnetci/dockcross-linux-armv7:08212018
FROM mxnetci/dockcross-linux-armv7:09182018

ENV ARCH armv7l
ENV HOSTCC gcc
Expand Down