Skip to content

Commit

Permalink
👷 Support darwin-arm64 (#36)
Browse files Browse the repository at this point in the history
* 👷 Support `darwin-arm64`

* 👷 Change back to `cli/gh-extension-precompile`

https://github.com/cli/gh-extension-precompile
  • Loading branch information
stoe authored Mar 18, 2023
1 parent 6787a9d commit b6c62b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@ jobs:

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0

- run: git fetch --force --tags

- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: stable

- uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
- uses: cli/gh-extension-precompile@640911b0a0f2adb89a07a8ba547053cbd4001e1e
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
go_version: 1.20.x
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ builds:
- linux
- windows
- darwin
goarch:
- "386"
- amd64
- arm
- arm64

archives:
- name_template: >-
Expand Down

0 comments on commit b6c62b0

Please sign in to comment.