Commit f1cc6c3
authored
Fix FTBFS on armhf (#456)
* armhf: fix FTBFS on armhf
Closes: #455
Patch by Shizuo Fujita <[email protected]>
The armhf build was failing with an execve error (exit code 127) during apk add curl.
Seems it is compatibility issues between recent Alpine Linux versions (time64 syscalls) and QEMU emulation.
Similar with https://gitlab.alpinelinux.org/alpine/aports/-/issues/17775
The failure was occurred in builder stage.
For file downloads, we can use the same architecture as the host.
Signed-off-by: Kentaro Hayashi <[email protected]>
* Re generate armhf Dockerfile
Signed-off-by: Kentaro Hayashi <[email protected]>
---------
Signed-off-by: Kentaro Hayashi <[email protected]>1 parent 5ebddb4 commit f1cc6c3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments