@@ -10,26 +10,26 @@ jobs:
10
10
distro : [almalinux, alpine, archlinux, debian, fedora, opensuse, rockylinux, ubuntu]
11
11
lang : [cpp, python, dotnet, java]
12
12
fail-fast : false
13
- name : ${{ matrix.distro }} • CMake • ${{ matrix.lang }}
13
+ name : amd64• ${{matrix.distro}}• CMake• ${{matrix.lang}}
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Build base image
18
- run : make --directory=cmake ${{ matrix.distro }}_base
18
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_base
19
19
- name : Build env image
20
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_env
20
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_env
21
21
- name : Build devel image
22
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_devel
22
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_devel
23
23
- name : Build project
24
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_build
24
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_build
25
25
- name : Test project
26
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_test
26
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_test
27
27
28
28
- name : Build install env image
29
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_install_env
29
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_install_env
30
30
- name : Build install devel image
31
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_install_devel
31
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_install_devel
32
32
- name : Build install project
33
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_install_build
33
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_install_build
34
34
- name : Test install project
35
- run : make --directory=cmake ${{ matrix.distro }}_${{ matrix.lang }}_install_test
35
+ run : make --directory=cmake amd64_ ${{matrix.distro}}_${{matrix.lang}}_install_test
0 commit comments