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

Changed host_core release to copy musl nif #454

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Conversation

brooksmtownsend
Copy link
Member

Got the action correct in #451 , but copied the wrong NIF

Signed-off-by: Brooks Townsend <[email protected]>
@@ -192,12 +193,12 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: ./host_core/priv/built/x86_64
name: x86_64-unknown-linux-gnu
name: x86_64-unknown-linux-musl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this still be gnu?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is just used for the docker image which is an alpine based image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mix release for x86 host_core still will use the gnu

@brooksmtownsend brooksmtownsend merged commit 7a1faa4 into main Sep 1, 2022
@brooksmtownsend brooksmtownsend deleted the fix/musl-nif branch September 1, 2022 17:40
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.

2 participants