Skip to content

Commit

Permalink
Merge pull request #194 from gflex/arm64
Browse files Browse the repository at this point in the history
release for arm64
  • Loading branch information
mbyczkowski authored May 12, 2023
2 parents 888b72f + 86891c1 commit 762223e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
version: [1.18.x]
target:
- { os: 'darwin', platform: 'macos-latest', arch: 'amd64' }
- { os: 'darwin', platform: 'macos-latest', arch: 'arm64' }
- { os: 'linux', platform: 'ubuntu-latest', arch: 'amd64' }
- { os: 'linux', platform: 'ubuntu-latest', arch: 'arm64' }
- { os: 'windows', platform: 'windows-latest', arch: 'amd64' }
runs-on: ${{ matrix.target.platform }}
steps:
Expand Down Expand Up @@ -60,7 +62,9 @@ jobs:
matrix:
target:
- { os: 'darwin', arch: 'amd64' }
- { os: 'darwin', arch: 'arm64' }
- { os: 'linux', arch: 'amd64' }
- { os: 'linux', arch: 'arm64' }
- { os: 'windows', arch: 'amd64' }
steps:
- uses: actions/checkout@v2
Expand All @@ -77,4 +81,4 @@ jobs:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./dist/certstrap
asset_name: certstrap-${{ matrix.target.os }}-${{ matrix.target.arch }}
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 762223e

Please sign in to comment.