Go to file
Neil Hanlon d04cdafbbf
mkdocs build / build (push) Successful in 27s Details
Merge pull request 'add meeting minutes for 2024-02-09, 2024-02-23' (#15) from meeting/2024-02-23 into main
Reviewed-on: #15
2024-02-23 17:34:30 +00:00
.github/workflows Initial commit 2023-04-10 00:03:56 +00:00
docs add meeting minutes for 2024-02-09, 2024-02-23 2024-02-23 12:33:37 -05:00
Dockerfile Added contribution instructions 2023-04-25 12:24:50 -04:00
LICENSE Initial commit 2023-04-10 00:03:56 +00:00
README.md Added contribution instructions 2023-04-25 12:24:50 -04:00
docker-compose.yml Added contribution instructions 2023-04-25 12:24:50 -04:00
mkdocs.yml change replaceme 2023-04-09 17:57:21 -07:00
requirements.txt Initial commit 2023-04-10 00:03:56 +00:00

README.md

SIG/AltArch Wiki

This is a Wiki for the Rocky Linux Alternative Architectures SIG. It's an information repository that records the group efforts and findings.

The AltArch special interest group looks at porting Rocky Linux to diverse or non-traditional platforms. Think small boards (Raspberry Pi and relatives), or other processor architectures like RISC-V and armhfp (32-bit ARM).

This Wiki is browseable at https://sig-altarch.rocky.page .

Contributing

Feel free to contribute to this Wiki via pull request.

You can test any changes locally by running it with Docker/Podman compose on your PC. Clone this wiki, cd into the folder, and run:

docker-compose up

It should build and run the wiki container. You can browse it and see your live edits by visiting localhost:8000 .

Continuous Integration / Continuous Deployment

Actions Runner executes workflow to publish to https://sig-altarch.rocky.page on push to main.