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. 😅
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! 🙏 🙇 💖
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! 🙏 🙇 💖