mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +00:00
pkg/build: copy fuchsia ssh key
We've lost is somewhere along the way.
This commit is contained in:
parent
16ba540df4
commit
9f6fc500f0
@ -27,7 +27,8 @@ func (fu fuchsia) build(targetArch, vmType, kernelDir, outputDir, compiler, user
|
||||
return err
|
||||
}
|
||||
for src, dst := range map[string]string{
|
||||
"out/" + arch + "/obj/build/images/fvm.blk": "image",
|
||||
"out/" + arch + "/obj/build/images/fvm.blk": "image",
|
||||
".ssh/pkey": "key",
|
||||
"out/build-zircon/build-" + arch + "/zircon.elf": "obj/zircon.elf",
|
||||
"out/build-zircon/build-" + arch + "/multiboot.bin": "kernel",
|
||||
"out/" + arch + "/fuchsia.zbi": "initrd",
|
||||
|
Loading…
Reference in New Issue
Block a user