Skip to content

Commit

Permalink
make bin/apko
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jul 18, 2024
1 parent d9578c5 commit 9be2eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/buildtools/k0s.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ var updateK0sImagesCommand = &cli.Command{
}
}

if err := runCommand("make", "bin/apko"); err != nil {
return fmt.Errorf("failed to make bin/apko: %w", err)
}

for _, component := range k0sComponents {
version, err := getPackageVersion(tmpdir, component.name)
if err != nil {
Expand Down

0 comments on commit 9be2eca

Please sign in to comment.