We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice that there's a workflow to build and publish Docker images, and it appears to be running successfully, but it doesn't look like it's actually publishing images. I've come to this conclusion because I can't find any aarch64-compatible image on Docker hub.
This line in the workflow jumps out at me as suspicious:
CONTAINER_NAME: panamax-rs/panamax
The actual Panamax organization seems to be called panamaxrs (no hyphen).
I'm not sure why it it appears to be passing. I don't know much about GitHub Actions; maybe this would be obvious to someone else.
EDIT: Oh, it also has push: false. That's why it's not breaking when it tries to push. 😅
push: false
Any idea whether this is all that would be needed to get some Aarch64 builds going?
Context for the curious: I'm trying to consolidate on Graviton AWS instances.
Thanks! 🙏 🙇 💖
The text was updated successfully, but these errors were encountered:
@k3d3 Pinging just in case you don't get notified of new issues. Any thoughts on this?
Sorry, something went wrong.
No branches or pull requests
I notice that there's a workflow to build and publish Docker images, and it appears to be running successfully, but it doesn't look like it's actually publishing images. I've come to this conclusion because I can't find any aarch64-compatible image on Docker hub.
This line in the workflow jumps out at me as suspicious:
The actual Panamax organization seems to be called panamaxrs (no hyphen).
I'm not sure why it it appears to be passing. I don't know much about GitHub Actions; maybe this would be obvious to someone else.
EDIT: Oh, it also has
push: false
. That's why it's not breaking when it tries to push. 😅Any idea whether this is all that would be needed to get some Aarch64 builds going?
Context for the curious: I'm trying to consolidate on Graviton AWS instances.
Thanks! 🙏 🙇 💖
The text was updated successfully, but these errors were encountered: