Skip to content

Commit

Permalink
images test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghang8421 committed Feb 19, 2019
1 parent 3a3fe7b commit ac6f7ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pkg/image/export/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
}

func run(images ...string) error {
targetImages, err := collectionImages(v3.K8sVersionToRKESystemImages, v3.ToolsSystemImages)
targetImages, err := collectionImages(v3.K8sVersionToRKESystemImages, v3.ToolsSystemImages, v3.Arm64K8sVersionToRKESystemImages)
if err != nil {
return err
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac6f7ff

Please sign in to comment.