Skip to content

Commit 762223e

Browse files
authored
Merge pull request #194 from gflex/arm64
release for arm64
2 parents 888b72f + 86891c1 commit 762223e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
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:
@@ -60,7 +62,9 @@ jobs:
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
@@ -77,4 +81,4 @@ jobs:
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

0 commit comments

Comments
 (0)