cli icon indicating copy to clipboard operation
cli copied to clipboard

[v2.9] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support

Open enrichman opened this issue 1 year ago • 0 comments

This PR migrates the CI to Drone to GitHub Actions. It also removes dapper.

Secrets were already migrated and tested with https://github.com/rancher/cli/pull/365.

In order to use the golangci/golangci-lint-action the validate script was changed to skip the linting, and a dedicated lint script was added.

As a bonus the arm64 arch was added to the Darwin build (OS_ARCH_ARG[darwin]="amd64 arm64" ), this will fix #329 .

enrichman avatar Apr 19 '24 09:04 enrichman