mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Merge pull request #1651 from balena-io/1649-fix-build-emulated
Fix `build --emulated` on Linux ("exec format error")
This commit is contained in:
commit
2c5cf9dab6
@ -230,7 +230,7 @@ exports.buildProject = (
|
||||
containerQemuPath: "/tmp/#{qemu.QEMU_BIN_NAME}",
|
||||
qemuFileMode: 0o555,
|
||||
},
|
||||
dockerfilePath
|
||||
dockerfilePath or undefined,
|
||||
).then (stream) ->
|
||||
task.buildStream = stream
|
||||
.return([ task, binPath ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user