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

specify arm64 version in goreleaser #1392

Merged
merged 9 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove temporary patches
  • Loading branch information
darioush committed Nov 19, 2024
commit dc13e8a3a24a8231fcdeac6f56efcdf04f6a458a
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
fetch-depth: 0
path: subnet-evm
ref: ${{ github.event.inputs.tag }}
- name: Patch .goreleaser.yml
run: |
git -C subnet-evm fetch origin try
git -C subnet-evm show origin/try:.goreleaser.yml > .goreleaser.yml
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -52,7 +48,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --config ../.goreleaser.yml
args: release --clean
workdir: ./subnet-evm/
env:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
Expand Down
Loading