mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -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
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_arm64"
|
||||
- "cli_enterprise_windows_amd64"
|
||||
runner: ["ubuntu-22.04", "macos-13"]
|
||||
runner: ["ubuntu-22.04", "ubuntu-20.04"]
|
||||
env:
|
||||
bazel_target: "//cli:${{ matrix.target }}"
|
||||
binary: "${{ matrix.target }}-${{ matrix.runner }}"
|
||||
@ -34,10 +34,6 @@ jobs:
|
||||
useCache: "logs"
|
||||
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
|
||||
|
||||
- name: Install current Bash on macOS
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install bash
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: bazel build "${bazel_target}"
|
||||
|
Loading…
Reference in New Issue
Block a user