加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
name: audk
services:
build-package:
extends:
service: dev-edk2
file: OpenCorePkg/docker-compose.yaml
environment:
- SELFPKG
- SELFPKG_DIR
entrypoint:
- /bin/bash
- -c
- "{ . ~/.edk2_rc.sh && eval \"$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh)\" && curl -o ./efibuild.sh \"https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh\" && rm -f UDK && ln -s `pwd` UDK && touch UDK.ready && . ./efibuild.sh; } || exit 1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化