Skip to content

Commit

Permalink
Fix up toolbox build to target older linux for compatibiilty (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer authored Feb 27, 2024
1 parent f49d103 commit 9e4497f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
runs-on: [self-hosted, Linux]
runs-on: [ubuntu-20.04]
- target: aarch64-unknown-linux-gnu
runs-on: [self-hosted, Linux]
runs-on: [ubuntu-20.04]
- target: x86_64-apple-darwin
runs-on: [self-hosted, macOS]
runs-on: [macos-12]
- target: aarch64-apple-darwin
runs-on: [self-hosted, macOS]
runs-on: [macos-12]
runs-on: ${{ matrix.runs-on }}

steps:
Expand Down
12 changes: 6 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runtimes:
- [email protected]
- [email protected]
cli:
version: 1.20.0
version: 1.20.1
api:
address: api.trunk-staging.io:8443

Expand All @@ -27,7 +27,7 @@ lint:
files: [ALL]
commands:
- name: lint
run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target}
run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target}
output: sarif
batch: true
success_codes: [0]
Expand All @@ -48,14 +48,14 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- [email protected].21
- [email protected].26
- [email protected]
- trufflehog@3.67.6
- trufflehog@3.68.2
- [email protected]
- [email protected].0
- [email protected].1
- git-diff-check
- [email protected]
- [email protected].26
- [email protected].27
- [email protected]
- [email protected]
- [email protected]
Expand Down

0 comments on commit 9e4497f

Please sign in to comment.