mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-24 06:29:19 -04:00
ci: test reproducible builds on different Linux systems
macOS is not working reliably at the moment.
This commit is contained in:
parent
1d6e5ca3ea
commit
1209d597d8
1 changed files with 1 additions and 5 deletions
6
.github/workflows/reproducible-builds.yml
vendored
6
.github/workflows/reproducible-builds.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- "cli_enterprise_linux_amd64"
|
- "cli_enterprise_linux_amd64"
|
||||||
- "cli_enterprise_linux_arm64"
|
- "cli_enterprise_linux_arm64"
|
||||||
- "cli_enterprise_windows_amd64"
|
- "cli_enterprise_windows_amd64"
|
||||||
runner: ["ubuntu-22.04", "macos-13"]
|
runner: ["ubuntu-22.04", "ubuntu-20.04"]
|
||||||
env:
|
env:
|
||||||
bazel_target: "//cli:${{ matrix.target }}"
|
bazel_target: "//cli:${{ matrix.target }}"
|
||||||
binary: "${{ matrix.target }}-${{ matrix.runner }}"
|
binary: "${{ matrix.target }}-${{ matrix.runner }}"
|
||||||
|
@ -34,10 +34,6 @@ jobs:
|
||||||
useCache: "logs"
|
useCache: "logs"
|
||||||
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
|
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
|
||||||
|
|
||||||
- name: Install current Bash on macOS
|
|
||||||
if: runner.os == 'macOS'
|
|
||||||
run: brew install bash
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bazel build "${bazel_target}"
|
run: bazel build "${bazel_target}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue