Skip to content

Commit 4cda059

Browse files
Build freebsd only on x86
1 parent 0b075be commit 4cda059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/toolchain/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ ENV PATH=/osxcross/target/bin:$PATH
107107
###########################
108108

109109
COPY prep_freebsd.sh /prep_freebsd.sh
110-
#RUN chmod +x /prep_freebsd.sh && \
111-
# /prep_freebsd.sh
110+
RUN if [ $(arch) = "x86_64" ] ; then chmod +x /prep_freebsd.sh && \
111+
/prep_freebsd.sh; fi
112112

113113
ENV PATH=/freebsdcross/x86_64-pc-freebsd13/bin:$PATH
114114

0 commit comments

Comments
 (0)