Commit 19e36ae
committed
cloud build: initialize support for running commands in Dockerfile
The Dockerfile needs to run apk, which fails during the cloud build
with:
failed to solve: rpc error: code = Unknown desc = failed to load
LLB: runtime execution on platform linux/ppc64le not supported
The fix is described in https://github.com/multiarch/qemu-user-static#getting-started1 parent 9030f93 commit 19e36ae
1 file changed
+11
-1
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments