-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build a Linux ARM64 image for create-env #2
base: support-linux-aarch64
Are you sure you want to change the base?
Conversation
922031e
to
5819cac
Compare
.github/workflows/create-env.yaml
Outdated
@@ -39,16 +51,18 @@ jobs: | |||
id: buildah-build | |||
uses: redhat-actions/buildah-build@v2 | |||
with: | |||
image: ${{ env.IMAGE_NAME }} | |||
tags: >- | |||
image: ${{ env.IMAGE_NAME }}-${{ matrix.unamem }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emm, another thoughts, we'd better to keep x86_64 as origin name (create-env
) to keep compitiablilty, and add the suffix for other new added arch like create-env-aarch64
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
574d525
to
f0dfdbd
Compare
026904f
to
575ea75
Compare
e15024d
to
ea7b083
Compare
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> Try with redhat-actions/buildah-build and redhat-actions/push-to-registry Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
…or' loop Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
…ld-env-cos7-aarch64 Give a better name to the `uname -m` variable Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Use custom sources for Debian 9. It needs to use http://archive.debian.org https://www.geekersdigest.com/apt-etc-apt-sources-list-for-every-debian-release/ Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
ea7b083
to
3516db4
Compare
No description provided.