File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,14 @@ jobs:
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
- arch : [
27
- x86_64,
28
- aarch64,
29
- ]
30
- version-major : [
31
- 17,
32
- 18,
33
- ]
34
- include :
35
- - version-major : 17
36
- version : 17.0.6
37
- - version-major : 18
38
- version : 18.1.8
26
+ arch :
27
+ - x86_64
28
+ - aarch64
29
+ version :
30
+ - major : 17
31
+ full : 17.0.6
32
+ - major : 18
33
+ full : 18.1.8
39
34
steps :
40
35
- uses : actions/checkout@v4
41
36
52
47
context : .
53
48
push : true
54
49
tags : |
55
- ${{ env.REGISTRY }}/${{ github.repository_owner }}/manylinux_2_28_${{ matrix.arch }}-llvm:${{ matrix.version }}
56
- ${{ env.REGISTRY }}/${{ github.repository_owner }}/manylinux_2_28_${{ matrix.arch }}-llvm:${{ matrix.version- major }}
50
+ ${{ env.REGISTRY }}/${{ github.repository_owner }}/manylinux_2_28_${{ matrix.arch }}-llvm:${{ matrix.version.full }}
51
+ ${{ env.REGISTRY }}/${{ github.repository_owner }}/manylinux_2_28_${{ matrix.arch }}-llvm:${{ matrix.version. major }}
57
52
build-args : |
58
53
LLVM_TAG=llvmorg-${{ matrix.version }}
59
54
ARCH=${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments