Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
runners:
x86_64-runner:
cpu: [64, 72, 96, 128, 192]
ram: [128, 144, 192, 256, 384, 512]
family: ["c5d", "c5ad", "c6id", "m6id", "m5ad"]
spot: lowest-price
image: rhel_x86_64
ssh: false

arm64-runner:
cpu: [64, 72, 96, 128, 192]
ram: [128, 144, 192, 256, 384, 512]
family: ["c6gd", "c7gd", "c8gd", "g4dn", "m6gd", "m7gd", "r6gd", "r7gd"]
spot: lowest-price
image: rhel_arm64
ssh: false

images:
rhel_x86_64:
ami: "ami-0fd3ac4abb734302a" # RHEL 10 x86_64, https://console.aws.amazon.com/ec2/home?region=us-east-1#ImageDetails:imageId=ami-0fd3ac4abb734302a
owner: 309956199498 # Official amazon owner id

rhel_arm64:
ami: "ami-0f8a907b7d1fbd468" # RHEL 10 arm64, https://console.aws.amazon.com/ec2/home?region=us-east-1#ImageDetails:imageId=ami-0f8a907b7d1fbd468
owner: 309956199498 # Official amazon owner id
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ jobs:
pushrpm:
name: Push RPM
if: github.triggering_actor == 'royaloughtness'
runs-on: ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
container:
image: ${{ inputs.arch == 'x86_64' && 'fedora:42@sha256:89ed3ea10de7194c36524a290665960ddd4dae876a40beeadde2a9b4a0276681' || 'fedora:42@sha256:b6e8a32686d8bbe7a7e562d7215272a9b96b44c40e37f561ef807d112fde45d0' }}
runs-on: ${{ inputs.arch == 'x86_64' && 'x86_64-runner' || 'arm64-runner' }}
needs: buildrpm
outputs:
hashes: ${{ steps.hash.outputs.hashes }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<h1 align="center">Trivalent</h1>

[![Runners by - runs-on.com](https://img.shields.io/badge/Runners_by-runs--on.com-blue?style=for-the-badge)](https://runs-on.com/)

A security-focused, Chromium-based browser for desktop Linux inspired by [Vanadium](https://github.com/GrapheneOS/Vanadium). Intended for use in [secureblue](https://github.com/secureblue/secureblue).

## Scope
Expand Down