Skip to content

Commit

Permalink
Let the PKO pkg build function import package images as images and no…
Browse files Browse the repository at this point in the history
…t as filesystems
  • Loading branch information
Alex Sowitzki committed Feb 15, 2023
1 parent 6051514 commit f15f7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func BuildPackage(buildInfo *PackageBuildInfo, deps []interface{}) error {
"--output", buildInfo.OutputPath, buildInfo.SourcePath,
}
importArgs := []string{
buildInfo.Runtime, "import", buildInfo.OutputPath, buildInfo.ImageTag,
buildInfo.Runtime, "load", "--input", buildInfo.OutputPath,
}

for _, args := range [][]string{buildArgs, importArgs} {
Expand Down

0 comments on commit f15f7f0

Please sign in to comment.