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

Add release artifacts for containerless cmd #344

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

eemcmullan
Copy link
Collaborator

No description provided.

run: |
image=quay.io/konveyor/kantra:${{ steps.release_info.outputs.tag_name }}
podman create --name kantra-download ${image}
podman cp kantra-download:/jdtls . && zip -r kantra.linux.${{ matrix.arch }}.zip jdtls
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe down the line we come back and refactor this to use ${os} in the matrix strategy to remove some dups, but would be a little more work

@dymurray dymurray merged commit 5f6a893 into konveyor:main Oct 1, 2024
3 checks passed
@eemcmullan eemcmullan deleted the release-artifacts branch November 13, 2024 17:07
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