Skip to content

More simple CICD workflow and darwin-arm64 binaries #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

dex4er
Copy link
Contributor

@dex4er dex4er commented May 15, 2023

Hello,

I simplified your Github Actions workflow so it is basically one job per workflow.

The most important: I added darwin-arm64 target so it can run finally on Macbook M1!

Actually, this workflow is not good enough. Ie. "release" workflow might fail on retry when the artifact already exists.

A much better result and faster runs will be with https://goreleaser.com/ then it will be single run for all targets! If you are willing to allow me to help you with it, I'll prepare right pipeline that uses goreleaser.

@dex4er dex4er changed the title More simple CICD workflow More simple CICD workflow and darwin-arm64 binaries May 15, 2023
@dex4er
Copy link
Contributor Author

dex4er commented May 15, 2023

#383 replaces it but of course, it is up to you what you prefer.

@justjanne justjanne closed this May 23, 2023
@dex4er dex4er deleted the simple-workflow branch May 23, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants