-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
/cc @rifelpet |
77fc54d
to
29ee0e9
Compare
etcd-manager/images/BUILD
Outdated
architecture = select({ | ||
"@io_bazel_rules_go//go/platform:amd64": "amd64", | ||
"@io_bazel_rules_go//go/platform:arm64": "arm64", | ||
}), |
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.
why are these being removed? have we tested that the resulting images are multi-arch?
perhaps we should follow the archived rules_docker suggestion and move to rules_oci
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 am just experimenting. Bazel anything is huge pain. Tests are not yet passing due to build errors.
Not sure I want to move to rules_oci, just to strip it away in a few months.
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.
Went back to the basics and it's good to go now.
@rifelpet Could you take another look?
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.
BTW, for some reason this did not compile with Go 1.22...
/hold |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.