Skip to content
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

Update Goreleaser and build for more architectures #15

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

frankywahl
Copy link

@frankywahl frankywahl commented Feb 23, 2024

This allows for compatibility with new version of goreleaser.

It also adds universal binaries and support for more architectures

I would also propose releasing a brew formula, by adding something like:

brews:
  - name: mfaws
    folder: Formula
    description: Handling AWS CLI with Multi Factor Authentication
    homepage: https://github.com/pbar1/mfaws
    repository:
      owner: frankywahl
      name: homebrew-tap
    test: |
      assert_match "{{ .Version }}, commit {{ .ShortCommit }}, built at {{ .Date }}", shell_output("#{bin}/mfaws version")
    # ...

It would make it an easy way to have many users install the CLI quickly.

For the time being - I've done my own here but having something automated and up to date with all architectures would be nice.

This allows for compatibility with new version of goreleaser as some
functionality was removed.
It also adds universal binaries and support for more architectures
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.

1 participant