File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1313 version : [1.18.x]
1414 target :
1515 - { os: 'darwin', platform: 'macos-latest', arch: 'amd64' }
16+ - { os: 'darwin', platform: 'macos-latest', arch: 'arm64' }
1617 - { os: 'linux', platform: 'ubuntu-latest', arch: 'amd64' }
18+ - { os: 'linux', platform: 'ubuntu-latest', arch: 'arm64' }
1719 - { os: 'windows', platform: 'windows-latest', arch: 'amd64' }
1820 runs-on : ${{ matrix.target.platform }}
1921 steps :
6062 matrix :
6163 target :
6264 - { os: 'darwin', arch: 'amd64' }
65+ - { os: 'darwin', arch: 'arm64' }
6366 - { os: 'linux', arch: 'amd64' }
67+ - { os: 'linux', arch: 'arm64' }
6468 - { os: 'windows', arch: 'amd64' }
6569 steps :
6670 - uses : actions/checkout@v2
7781 upload_url : ${{ needs.release.outputs.upload_url }}
7882 asset_path : ./dist/certstrap
7983 asset_name : certstrap-${{ matrix.target.os }}-${{ matrix.target.arch }}
80- asset_content_type : application/octet-stream
84+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments