Skip to content

Commit

Permalink
Switch to i686 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Mar 6, 2024
1 parent 889daa6 commit 0b96201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.uclibc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM navrocky/buildroot-uclibc-toolchain:2023.11.1
FROM navrocky/buildroot-uclibc-toolchain:i686-2023.11.1

RUN set -x && \
apt-get update && \
apt-get -y install cmake make python3-pip && \
pip install conan --break-system-packages

RUN conan profile detect --force
RUN conan profile detect --force && sed -i 's/x86_64/x86/g' ~/.conan2/profiles/default

COPY conanfile.txt /sources/

Expand Down
2 changes: 1 addition & 1 deletion build-uclibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMAGE_NAME=muenvsubst-build

docker build --progress plain --tag ${IMAGE_NAME} -f Dockerfile.uclibc .
docker build --progress=plain --tag ${IMAGE_NAME} -f Dockerfile.uclibc .

id=$(docker create ${IMAGE_NAME})
mkdir -p dist
Expand Down

0 comments on commit 0b96201

Please sign in to comment.