innobead / huber

Huber 📦, Package Install Manager for GitHub repos
Apache License 2.0
185 stars 16 forks source link

add macos-arm64 for terraform #134

Closed DanceMore closed 7 months ago

DanceMore commented 7 months ago

here's a PR for terraform on Apple Silicon that includes the output from make generate.


is there room for improvement or automation or Github Action-ing of the make generate step? I hit a number of small issues with it, the most annoying being that make generate detected my personal huber repo and included all my tools in the diff. I'm also lazy and paranoid and don't really want to deal with a GITHUB_TOKEN, nor do I want to accidentally run the make publish action, or generally run any destructive action with an API Token.

a Github Action could probably be written to subscribe to Pull Requests involving path crates/generator/src/pkg/*.rs which would then launch a Docker container of rust:latest to run make generate and "Suggest Changes" back to the Pull Request. 🚀


PS: check out the Hashicorp language change of an open source tool to a source-available tool 🤔

innobead commented 7 months ago

here's a PR for terraform on Apple Silicon that includes the output from make generate.

is there room for improvement or automation or Github Action-ing of the make generate step? I hit a number of small issues with it, the most annoying being that make generate detected my personal huber repo and included all my tools in the diff. I'm also lazy and paranoid and don't really want to deal with a GITHUB_TOKEN, nor do I want to accidentally run the make publish action, or generally run any destructive action with an API Token.

It is feasible surely. Let's create a ticket first.