Skip to content

Commit 82f8aeb

Browse files
committed
ARM Test
1 parent 32d4fc5 commit 82f8aeb

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '15 2 * * *'
7+
- cron: '0 0 * * 0'
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
1212
strategy:
1313
matrix:
1414
version: [16, 18]
@@ -17,9 +17,6 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
1919

20-
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v2.2.1
22-
2320
- name: Cache Docker layers
2421
uses: actions/cache@v3.0.11
2522
with:

0 commit comments

Comments
 (0)