mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 16:00:05 -05:00
Build release CLI for Linux arm64 (#29)
This commit is contained in:
parent
93db978240
commit
fc10b3419d
9
.github/workflows/release-cli.yml
vendored
9
.github/workflows/release-cli.yml
vendored
@ -20,6 +20,15 @@ jobs:
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
||||
- name: Build cli-linux-arm64
|
||||
uses: ./.github/actions/build_cli
|
||||
with:
|
||||
targetOS: linux
|
||||
targetArch: arm64
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
||||
- name: Build cli-darwin-amd64
|
||||
uses: ./.github/actions/build_cli
|
||||
with:
|
||||
|
@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Added
|
||||
|
||||
- Support MacOS (arm64 and amd64) for Constellation CLI.
|
||||
- Support Linux arm64 and macOS (arm64 and amd64) for Constellation CLI.
|
||||
- Create multiple load balancers to enable load balacing TCP traffic for different backend services. All load balancers currently share the same public IP address.
|
||||
- Improve rollback on GCP resource termination. You can now terminate multiple times.
|
||||
- Implement SSH peer to peer distribution between debugd nodes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user