Skip to content

Commit fb319be

Browse files
committed
feat: use arm64 images for ubuntu
1 parent 824155c commit fb319be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,34 @@ jobs:
4343
architecture: ucrt-x86_64
4444
shell: 'msys2 {0}'
4545

46+
- name: Linux (ARM64)
47+
os: ubuntu
48+
os-version: 24.04-arm
49+
use-clang: false
50+
arm: true
51+
shell: bash
52+
4653
- name: Linux
4754
os: ubuntu
4855
os-version: 24.04
4956
use-clang: false
57+
arm: false
5058
shell: bash
5159

5260
- name: Linux Clang (libstdc++)
5361
os: ubuntu
5462
os-version: 24.04
5563
use-clang: true
5664
use-clang_stdlib: false
65+
arm: false
5766
shell: bash
5867

5968
- name: Linux Clang (libc++)
6069
os: ubuntu
6170
os-version: 24.04
6271
use-clang: true
6372
use-clang_stdlib: true
73+
arm: false
6474
shell: bash
6575

6676
- name: MacOS

0 commit comments

Comments
 (0)