Skip to content
Discussion options

You must be logged in to vote

You should be able to restrict the architectures with:

skip export --arch aarch64 --arch x86_64

The specified architecture should be passed through to the lower skip bridge export. If that doesn't work, try running with the SKIP_EXPORT_ARCHS environment variable:

SKIP_EXPORT_ARCHS="aarch64,x86_64" skip export --arch aarch64 --arch x86_64

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants