Skip to content

Commit 4eec85f

Browse files
committed
Remove x86 support (#100)
1 parent 7b84c73 commit 4eec85f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

yocto-fc/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ RUN dnf update -y && \
2727
gcc-c++ \
2828
git \
2929
glibc-devel \
30-
glibc-devel.i686 \
3130
glibc-langpack-en \
3231
glibc-locale-source \
3332
gzip \
3433
hostname \
3534
langpacks-en \
36-
libatomic.i686 \
37-
libstdc++-static.i686 \
38-
libstdc++-static.x86_64 \
35+
libstdc++-static \
3936
lz4 \
4037
make \
4138
mesa-libGL-devel \

0 commit comments

Comments
 (0)