Skip to content

Commit

Permalink
fix target-list argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 3, 2024
1 parent 980ad0d commit 244eb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -x \
--static \
--disable-system \
--disable-bsd-user \
--target_list=i386-linux-user \
--target-list=i386-linux-user \
&& make -j$(nproc)

############################################################
Expand Down
2 changes: 1 addition & 1 deletion bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -x \
--static \
--disable-system \
--disable-bsd-user \
--target_list=i386-linux-user \
--target-list=i386-linux-user \
&& make -j$(nproc)

############################################################
Expand Down

0 comments on commit 244eb49

Please sign in to comment.