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

Use only systemd arch identifiers for user parameters #21

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

pothos
Copy link
Member

@pothos pothos commented Sep 1, 2023

The difference in architecture identifiers from upstream binary releases and what systemd expects in the extension metadata or the update manifest easily causes confusion.
Recommend the use of the systemd identifiers as they will show up in filenames. Map the identifiers internally and try to do the right thing even if a slighly different identifier was called.

The list of systemd identifiers is here https://www.freedesktop.org/software/systemd/man/systemd.unit.html#ConditionArchitecture=

Testing done

Built the wasmtime image with the default arch (x86-64) and for arm64.

The difference in architecture identifiers from upstream binary releases
and what systemd expects in the extension metadata or the update
manifest easily causes confusion.
Recommend the use of the systemd identifiers as they will show up in
filenames. Map the identifiers internally and try to do the right thing
even if a slighly different identifier was called.
@pothos pothos requested a review from a team September 1, 2023 11:20
@pothos
Copy link
Member Author

pothos commented Sep 1, 2023

We should also add architecture identifiers to the github action, will do it in a new PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant