Merge pull request #3834 from dgageot/test-darwin-arm64

Add a GHA target for darwin/arm64
This commit is contained in:
Avi Deitcher 2022-10-07 14:01:40 +03:00 committed by GitHub
commit 93c3fdcfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@ jobs:
arch: amd64
suffix: amd64-darwin
runner: macos-latest
- os: darwin
arch: arm64
suffix: arm64-darwin
runner: macos-latest
- os: windows
arch: amd64
suffix: amd64-windows.exe
@ -54,11 +58,11 @@ jobs:
env:
GOPATH: ${{runner.workspace}}
- name: Lint
run: |
make local-check
env:
GOPATH: ${{runner.workspace}}
# - name: Lint
# run: |
# make local-check
# env:
# GOPATH: ${{runner.workspace}}
- name: Build
run: |