remove aarch64 binaries to fix cosmo-dist
This commit is contained in:
parent
b046e6e808
commit
356c394d66
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ FROM builder AS distrib
|
||||||
RUN --mount=type=tmpfs,target=/tmp : \
|
RUN --mount=type=tmpfs,target=/tmp : \
|
||||||
&& . ./env \
|
&& . ./env \
|
||||||
&& find o -name '*.sym' -delete \
|
&& find o -name '*.sym' -delete \
|
||||||
|
&& find o -name 'aarch64-linux-musl*' -exec rm -r '{}' + \
|
||||||
&& dedupe o/third_party/gcc /distrib/gcc/ \
|
&& dedupe o/third_party/gcc /distrib/gcc/ \
|
||||||
bin/x86_64-linux-musl-gcc \
|
bin/x86_64-linux-musl-gcc \
|
||||||
bin/x86_64-linux-musl-g++ \
|
bin/x86_64-linux-musl-g++ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue