-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
esoctl does not support darwin_arm64 builds #5581
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
As a part of gorelease processes, no arm64 builds are being generated
external-secrets/.github/workflows/release_esoctl.yml
Lines 74 to 83 in 579135b
| - name: Run GoReleaser | |
| uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 | |
| with: | |
| version: '~> v2' | |
| args: release --clean | |
| workdir: cmd/esoctl | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| GORELEASER_CURRENT_TAG: ${{ github.event.inputs.version }} | |
| GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Type
Projects
Status
Done