Commit e55bfd7
authored
Allow non-AMD64 devcontainer, such as ARM (reverts zauberzeug#3328) (zauberzeug#5206)
### Motivation
I just checked and we can install `chromium` and `chromium-driver` on
ARM64, covering a major use case of developing on Apple Silicon Macs
<img width="599" height="99" alt="image"
src="https://github.com/user-attachments/assets/b6fb8be5-5778-4225-a143-a6fe9fbc7350"
/>
I can't trace back which release it was supported, though.
So we can revert zauberzeug#3328 and improve devcontainer performance.
For those who need AMD64 they can specify it themselves?
### Implementation
Revert zauberzeug#3328, drop `--platform=linux/amd64`
### Progress
- [x] I chose a meaningful title that completes the sentence: "If
applied, this PR will..."
- [x] The implementation is complete.
- [x] Pytests are not necessary.
- [x] Documentation is not necessary.1 parent 82fa930 commit e55bfd7
2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| |||
0 commit comments