Skip to content

Commit

Permalink
Merge pull request #25 from eqrx/fix
Browse files Browse the repository at this point in the history
Let the PKO pkg build function import package images as images and no…
  • Loading branch information
Alex Sowitzki authored Feb 15, 2023
2 parents 6051514 + f15f7f0 commit e14d46f
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 e14d46f

Please sign in to comment.