Resources for engineering ReactOS Releases
Go to file
Colin Finck 27108f1a28
Fix Illegal Instruction in Docker image by not using -march=native (#2)
`RosBE-Builder.sh` defaults to using `-march=native`. Images built on the latest CPUs (as the GitHub Actions CI machines have) will then fail on older build machines.

These flags are already used for the Debian package: aff79fe611/RosBE-Unix/Base-i386_debian/rules
2024-08-30 23:46:05 +02:00
.github/workflows Add Dockerfile and github docker workflow pushing to ghcr.io (#1) 2024-08-15 16:38:49 +02:00
Docker Fix Illegal Instruction in Docker image by not using -march=native (#2) 2024-08-30 23:46:05 +02:00
VM-Templates [RELEASE_ENGINEERING] 2016-01-28 08:01:23 +00:00
README.md Add Dockerfile and github docker workflow pushing to ghcr.io (#1) 2024-08-15 16:38:49 +02:00
Release_Configure Fix Release_ISOs to account for the configure.sh change in 53ce7d4370d2dbcce0217b12d8a93d556a36a55b 2019-04-10 18:18:12 +02:00
Release_ISOs Fix Release_ISOs to account for the configure.sh change in 53ce7d4370d2dbcce0217b12d8a93d556a36a55b 2019-04-10 18:18:12 +02:00
Release_Source [RELEASE_ENGINEERING] Adapt the Release Engineering scripts to Git. 2017-10-01 12:20:36 +00:00

Release Engineering

This repository contains the scripts used to create ReactOS release images

The docker image is created from the Docker folder.