bazelbuild / bazelbuild/rules_docker
Default to Bazel target architecture
Open
Can Close?
- Dominant language
- Starlark
- Stars
- 1.1k
- Forks
- 689
- PR merge metrics
- No merged PRs in 30d
Description
# 🚀 feature request
### Relevant Rules
container_image
### Description
The target architecture is always transitioned. By default it transitions to amd64.
The sensible behavior is to use the current target architecture. It's weird that it doesn't, and rules_docker seems to have gone out of its way(?) to make it like that.
### Describe the solution you'd like
--
### Describe alternatives you've considered
Disable rules_docker transitions and do it myself.
Contributor guide
Assessment
This issue has not been assessed yet.