Skip to content

Commit 8f86e43

Browse files
authored
Merge pull request #701 from Dstack-TEE/merge/cloud-into-mainline
Merge dstack-cloud: GCP TDX + AWS Nitro attestation (Apache-2.0)
2 parents c5046ab + bde0d03 commit 8f86e43

93 files changed

Lines changed: 13004 additions & 1363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
rust-checks:
18-
runs-on: ubuntu-latest
18+
runs-on: ${{ vars.CI_RUNNER || 'ubuntu-latest' }}
1919
steps:
2020
- uses: actions/checkout@v5
2121

.github/workflows/spdx-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
reuse-lint:
15-
runs-on: ubuntu-latest
15+
runs-on: ${{ vars.CI_RUNNER || 'ubuntu-latest' }}
1616

1717
steps:
1818
- name: Checkout repository

.github/workflows/vmm-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ${{ vars.CI_RUNNER || 'ubuntu-latest' }}
1919
steps:
2020
- uses: actions/checkout@v5
2121

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ node_modules/
1313
__pycache__
1414
.planning/
1515
/vmm/src/console_v1.html
16+
.claude/worktrees/

0 commit comments

Comments
 (0)