Fix build --emulated on Linux ("exec format error")

Resolves: #1649
Change-type: patch
This commit is contained in:
Paulo Castro 2020-03-06 01:48:13 +00:00
parent d6e7359400
commit ca8272b477

View File

@ -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 ])