Commit eb5620e
committed
fix: optionally disable ARM64 arch by default
- since our GitHub Actions now doesn't work well with ARM architecture.
So I decided to disable ARM images by default. However, any interested
people can still grab the Docker file image and build corresponding
image locally (e.g. will be useful for Macbook M1 devs). Later, than
Github Actions will work natively on ARM - we will integrate it into
our CI1 parent 74c2c43 commit eb5620e
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments