Closed johnbyrneio closed 4 months ago
@johnbyrneio this is failing on the build step, please have a look so we can merge this, thanks
@johnbyrneio We are still waiting for the fix in the Go Validate step before we can merge this. because this is a fork we are unable to fix it from our side. could you please have a look at this?
@johnbyrneio to fix the issue just run make install-packer-sdc
and then make generate
this should generate the missing files. It has to do with missing documentation that is auto generated
@cjlapao I just worked that out. Should be good now.
@johnbyrneio thanks for the contribution, merged it
Adds support for specifying
disk_size
when using the ipsw builder.Follows the same implementation as the iso builder, except that macOS on Apple Silicon only supports
disk_type
:plain
, andiface
:sata
. For that reason, I hard-coded those values instep_create_disk.go
.Closes #111