mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
Fix build --emulated
on Linux ("exec format error")
Resolves: #1649 Change-type: patch
This commit is contained in:
parent
d6e7359400
commit
ca8272b477
@ -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…
Reference in New Issue
Block a user