5 Commits

Author SHA1 Message Date
Marvin Häuser
cb94801ff2 CI and Docker: Sync with AUDK 2023-03-28 00:31:57 +02:00
Marvin Häuser
f29ef4ed91 Build: Use Docker in rootless mode 2022-12-28 13:48:19 +01:00
Marvin Häuser
ee0f2a53bc
Build: Introduce Docker setup for Dev Containers and CI (#410)
Docker allows to set up a portable development environment in a container. This
can be useful to test Linux toolchains on macOS. Introduce such environments
for EDK II and documentation development.

The current implementation supports both Dev Environments by Docker Desktop and
Dev Containers by Visual Studio Code. To reduce the maintenance burden, use
these environments for the Linux-based GitHub Actions as well. Non-x86 hosts,
including Apple Silicon, are supported via GCC cross-compilation.
2022-12-19 22:10:12 +01:00
Savva Mitrofanov
7de33ca6a9 Build: Switch workflows from ubuntu-latest to 22.04
The image tag 'latest' still refers to 20.04 version. The problem is
outdated nasm binary which breaks build with recent changes from
202211 stable branch
2022-12-09 14:42:45 +06:00
PMheart
fc79604f6e Build: Further separate GitHub Actions workflows 2022-04-25 22:14:41 +02:00