1 Star 0 Fork 82

survive_79 / luatos-soc-2022

forked from 合宙Luat / luatos-soc-2022 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fcelf-docker.sh 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
jerry-weng 提交于 2023-09-26 16:48 . add: Support build on macos platform
#! /bin/bash
WINE_IMAGE=debian-wine32
docker images | grep $WINE_IMAGE > /dev/null
if [ $? -ne 0 ]; then
echo docker image "$WINE_IMAGE" not found
exit 1
fi
build="
cd /mnt
wine ./PLAT/tools/fcelf.exe $@
"
# docker buildx build --platform linux/386 -t debian-wine32 .
# docker run --privileged --platform linux/386 --rm -it -v "$PWD:/mnt" debian:stable-slim /bin/bash -c "$build"
docker run --privileged --platform linux/386 --rm -it -v "$PWD:/mnt" $WINE_IMAGE /bin/bash -c "$build"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/survive_79/luatos-soc-2022.git
git@gitee.com:survive_79/luatos-soc-2022.git
survive_79
luatos-soc-2022
luatos-soc-2022
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891