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

Don't expect a .exe suffix to the native image generated in a container #8010

Merged
merged 1 commit into from
Mar 20, 2020
Merged

Don't expect a .exe suffix to the native image generated in a container #8010

merged 1 commit into from
Mar 20, 2020

Conversation

jaikiran
Copy link
Member

Fixes #7990

The commit here checks to see if the native image was generated within a *nix based container runtime to prevent it from expecting a .exe suffix to the generated native image.

…ive image was generated within a (*nix based) container
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Right, that's the fix I had in mind too. Thanks for taking care of it.

@gsmet gsmet added triage/waiting-for-ci Ready to merge when CI successfully finishes triage/backport? labels Mar 20, 2020
@gsmet gsmet added this to the 1.4.0 milestone Mar 20, 2020
@gsmet gsmet merged commit dbceb9b into quarkusio:master Mar 20, 2020
@gsmet gsmet modified the milestones: 1.4.0, 1.3.1.Final Mar 21, 2020
@jaikiran jaikiran deleted the qk-7990 branch July 4, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native container-build on Windows10 fails (.exe)
2 participants