mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-20 18:28:12 +00:00
test with macOS ARM64 (#6635)
* test with macOS ARM64 * assign platform variable
This commit is contained in:
parent
181f5f984d
commit
b4efaaa573
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
cpu: amd64
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
- os: macos
|
||||
cpu: arm64
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [~, upstream/version-2-0]
|
||||
@ -117,6 +119,8 @@ jobs:
|
||||
run: |
|
||||
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
|
||||
PLATFORM=x64
|
||||
elif [[ '${{ matrix.target.cpu }}' == 'arm64' ]]; then
|
||||
PLATFORM=arm64
|
||||
else
|
||||
PLATFORM=x86
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user