rancher / local-path-provisioner

Dynamically provisioning persistent local storage with Kubernetes
Apache License 2.0
2.07k stars 439 forks source link

Migrate CI to github Actions #403

Closed mantissahz closed 1 month ago

mantissahz commented 1 month ago

~e2e-test is not included because there are many errors in my local testing.~

We will have the step make e2e-test after the step make ci.

cc @innobead, @bk201, @derekbit, @FrankYang0529

derekbit commented 1 month ago

I will merge it after releasing v0.0.27.

derekbit commented 1 month ago

@mantissahz Can you build images for arm and amd64 platforms?

mantissahz commented 1 month ago

@derekbit,

I can build arm64 and amd64 images as https://hub.docker.com/repository/docker/jamesluhz/local-path-provisioner/tags.

Do we also need the arm image (it is built in Drone CI)?

derekbit commented 1 month ago

@derekbit,

I can build arm64 and amd64 images as https://hub.docker.com/repository/docker/jamesluhz/local-path-provisioner/tags.

Do we also need the arm image (it is built in Drone CI)?

Yes, need arm as well.

mantissahz commented 1 month ago

https://hub.docker.com/repository/docker/jamesluhz/local-path-provisioner/tags Images built with arch arm64, arm, amd64