Multi-arch package building #35
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If we could detect what OS a runner is running on, we could allow for building packages on various architectures (might be useful when using Arch on a Pi)
Multi-arch packages supportto Multi-arch package buildingBecause we'll be adding support for multi-arch repos in 0.2.0 anyways, this PR can get added as well. It might be interesting to research https://github.com/Menci/docker-archlinuxarm. This repo builds an arm64 & amd64 compatible archlinux image every night, which might be more practical to use than the standard archlinux image. It would however be safer to build them ourselves.
I added a setting to select which base image to use for a builder. I'll put a notice in the docs about this specific image, but that's all that needs to be done.