Revert "Merge #6588: ci: attempt to fix docker builds by building arm64 and amd64 separately"#6589
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe GitHub Actions workflow for releasing to Docker Hub has been modified to consolidate architecture-specific tasks into a single job. The previous separate jobs for amd64 and arm64 have been removed. In the revised configuration, a unified job named "release" is now used to perform the release process. The updated workflow includes steps such as checking out the repository, setting up QEMU for multi-platform builds, and configuring Docker Buildx. The login step for Docker Hub remains unchanged. Steps for setting the raw tag, suffix, and Docker tags and labels have been retained. Additionally, the build and push step now handles both 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
What was done?
This reverts commit db0df3c, reversing changes made to b6ea178.
How Has This Been Tested?
The changes in develop before this commit were sufficient for fixing the release
diff is empty between: https://github.com/dashpay/dash/compare/b6ea17831e4a5f2c9378eb048a801a48eaed574d..e2278979dfec80d662f36ccc737fe2c7d4261ff9
Breaking Changes
None
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.