knqyf263 / pet

Simple command-line snippet manager
MIT License
4.44k stars 223 forks source link

Added arm support #181

Closed yutachaos closed 2 years ago

yutachaos commented 2 years ago

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

knqyf263 commented 2 years ago

The current .goreleaser.yml is too stale to work with the latest GoReleaser. We have to address the following errors first.

$ goreleaser release --skip-publish --skip-validate --rm-dist
   • releasing...
   • loading config file       file=.goreleaser.yml
   ⨯ release failed after 0.01s error=yaml: unmarshal errors:
  line 6: field brew not found in type config.Project
  line 36: field archive not found in type config.Project
  line 45: field nfpm not found in type config.Project

Also, each element needs to be aligned with arrays.

knqyf263 commented 2 years ago

I can merge this PR since https://github.com/knqyf263/pet/pull/183 addressed the issue.