-
-
Notifications
You must be signed in to change notification settings - Fork 3
ci: provide arm64 image for taskbroker #405
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
Conversation
|
/gcbrun |
| docker manifest create \ | ||
| ghcr.io/getsentry/taskbroker:${{ github.sha }} \ | ||
| ghcr.io/getsentry/taskbroker:latest \ |
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.
All of our deploys using the latest image I believe. I'm not an expert on docker manifests: will this expose that image so deploys continue to work?
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.
Yes. cc @Dav1dde
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.
All of our deploys using the latest image I believe.
The deploys under the hood use a fixed sha, but also just the ones published to the google registry (not ghcr).
|
/gcbrun |
|
@evanh @markstory what's blocking this PR? |
|
/gcbrun |
|
PR reverted: 32f1e94 |
This reverts commit d32e924. Co-authored-by: markstory <[email protected]>
|
I reverted this change as it failed to run https://github.com/getsentry/taskbroker/actions/runs/15588079414 |
|
Let me fix that in a few hours |
|
second attempt here: #412 |
cc @markstory @mdtro