1
0
Fork 0
Go to file
Skip Grube 6f6273ed19 Added contribution instructions
- Brushed up README
- Added container build files, similar to main Rocky Wiki

-Skip G.
2023-04-25 12:24:50 -04:00
.github/workflows Initial commit 2023-04-10 00:03:56 +00:00
docs fix naming convention for VisionFive 2 and minor OCD fix-up too 2023-04-25 08:32:08 +05:30
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.