Skip to content

Commit ee777b0

Browse files
committed
cache arm
1 parent 5b911af commit ee777b0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ name: Cache
33
on:
44
push:
55
branches:
6-
- main
6+
- cache
77

88
jobs:
99
build-and-upload:
10-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.runner }}
11+
strategy:
12+
matrix:
13+
runner:
14+
- ubuntu-latest
15+
- ubuntu-24.04-arm
1116

1217
steps:
1318
- name: Checkout code

0 commit comments

Comments
 (0)