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

Arm64 images #1418

Merged
merged 10 commits into from Sep 29, 2023
Merged

Arm64 images #1418

merged 10 commits into from Sep 29, 2023

Conversation

adejanovski
Copy link
Contributor

Fixes #1407

Multi-arch Images built with this PR can be seen on Docker Hub.

@adejanovski adejanovski marked this pull request as ready for review September 29, 2023 06:44
@emerkle826 emerkle826 self-requested a review September 29, 2023 16:00
Copy link
Collaborator

@emerkle826 emerkle826 left a comment

Choose a reason for hiding this comment

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

Just 1 nit and one question. Otherwise this is good.

@@ -364,15 +364,15 @@ jobs:
run: |
pip install pyyaml
pip install ccm

Copy link
Collaborator

Choose a reason for hiding this comment

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

nit:
would be nice to not have these single space character additions as changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

definitely, sorry about that

@@ -457,7 +457,7 @@ jobs:
- name: Compute version number
run: |
VERSION=$(printf 'VER\t${project.version}' | mvn help:evaluate | grep '^VER' | cut -f2)
if [ "${GITHUB_REF}" = "refs/heads/master" ]
if [ "${GITHUB_REF}" = "refs/heads/arm64-images" ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

question:
Shouldn't this be reverted to master once this PR is merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch, let me change it before merging

@adejanovski adejanovski merged commit d461c2e into master Sep 29, 2023
2 checks passed
adejanovski added a commit that referenced this pull request Oct 5, 2023
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.

ARM docker image [feature request]
2 participants