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

fix(ci): add mising OS arch option to image build #1905

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

vpavlin
Copy link
Member

@vpavlin vpavlin commented Aug 11, 2023

Description

We were missing the disableMarchNative to prevent using CPU instructions only available on the action runners. Without this users might get Illegal instruction (core dumped) error when running the PR image

Changes

  • add disableMarchNative to make for PR image

@github-actions
Copy link

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:1905

@vpavlin vpavlin merged commit 2575f3c into master Aug 11, 2023
13 of 14 checks passed
@vpavlin vpavlin deleted the fix/missing-os-config branch August 11, 2023 10:22
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.

None yet

4 participants