47 Star 112 Fork 82

合宙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"
1
https://gitee.com/openLuat/luatos-soc-2022.git
git@gitee.com:openLuat/luatos-soc-2022.git
openLuat
luatos-soc-2022
luatos-soc-2022
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891