Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add APT_ARCH #78

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

mdavidsaver
Copy link
Member

@mdavidsaver mdavidsaver commented May 4, 2023

Ease installation of cross-target apt packages, when available. eg. a CI_CROSS_TARGETS=linux-arm@arm-linux-gnueabi build could set APT=libz-dev:armel.

fyi. github actions Ubuntu VMs default to a partial mirror of the ubuntu repositories which only includes i386 and amd64 packages. So I treat this as a draft until I (or someone) can successfully use it. Maybe with a docker image?

Ease installation of cross-target packages
@mdavidsaver mdavidsaver added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant