-
Notifications
You must be signed in to change notification settings - Fork 31
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
New dockerfile #77
base: trunk
Are you sure you want to change the base?
New dockerfile #77
Conversation
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.
i just have some questions
this pr could use a more detailed change list, should i go ahead and list the changes i can see here |
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.
i nitpicked i picked the nits
Dockerfile
Outdated
ARG RUST_TARGET="x86_64-unknown-linux-musl" | ||
# Musl target, either x86_64-linux-musl, aarch64-linux-musl, arm-linux-musleabi, etc. | ||
ARG MUSL_TARGET="x86_64-linux-musl" | ||
# Rust syntax target, either x86_64-unknown-linux-musl, aarch64-unknown-linux-musl etc. |
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.
nitpick but either here is no longer relevant i think
uppp |
It still uses podman for generating the manifest, but I think that should be ok, do you know that @Gelbpunkt? |
uppp v2 i wish i had the knowledge to work on this but i dont 😔 |
New Dockerfile, and updates to CI with a bunch of cruft removed.
Changes includes:
This should also fix #76