Skip to content

Commit

Permalink
specify arm64 version in goreleaser (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush authored Nov 19, 2024
1 parent 038c939 commit f339ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: "Tag to include in artifact name"
description: "Tag to checkout & release"
required: true
push:
tags:
Expand All @@ -20,6 +20,7 @@ jobs:
with:
fetch-depth: 0
path: subnet-evm
ref: ${{ github.event.inputs.tag }}
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ builds:
overrides:
- goos: linux
goarch: arm64
goarm64: v8.0
env:
- CC=aarch64-linux-gnu-gcc
- goos: darwin
goarch: arm64
goarm64: v8.0
env:
- CC=oa64-clang
- goos: darwin
Expand Down

0 comments on commit f339ea4

Please # to comment.