Skip to content

Commit 144f6cf

Browse files
test: test
1 parent 78b592b commit 144f6cf

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/arm.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ARM CI
2+
on:
3+
push:
4+
branches:
5+
- cncf-arm
6+
7+
jobs:
8+
arm-check:
9+
runs-on: oracle-16cpu-64gb-arm64
10+
steps:
11+
- uses: DeterminateSystems/nix-installer-action@v14
12+
with:
13+
kvm: false

.github/workflows/unit-int.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ env:
99

1010
jobs:
1111
int-tests:
12-
runs-on: ubuntu-latest-16-cores
12+
runs-on: oracle-16cpu-64gb-arm64
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
submodules: 'recursive'
1818
- uses: DeterminateSystems/nix-installer-action@v14
19+
with:
20+
kvm: false
1921
- uses: DeterminateSystems/magic-nix-cache-action@v8
2022
- name: Pre-populate nix-shell
2123
run: |

0 commit comments

Comments
 (0)