|
5 | 5 | MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn |
6 | 6 | GITHUB_BOT_NAME: github-actions |
7 | 7 | GITHUB_BOT_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com |
| 8 | + DOCK_CROSS_TAG: 20231208-4e4d3ad |
8 | 9 |
|
9 | 10 | jobs: |
10 | 11 | create-branch: |
@@ -40,61 +41,61 @@ jobs: |
40 | 41 | os_target_name: linux |
41 | 42 | os_target_arch: x86_32 |
42 | 43 | os_target_bitness: 32 |
43 | | - image: docker.io/dockcross/linux-x86 |
| 44 | + image: docker.io/dockcross/linux-x86:${DOCK_CROSS_TAG} |
44 | 45 |
|
45 | 46 | - target: linux_64 |
46 | 47 | os_target_name: linux |
47 | 48 | os_target_arch: x86_64 |
48 | 49 | os_target_bitness: 64 |
49 | | - image: docker.io/dockcross/linux-x64 |
| 50 | + image: docker.io/dockcross/linux-x64:${DOCK_CROSS_TAG} |
50 | 51 |
|
51 | 52 | - target: linux_arm |
52 | 53 | os_target_name: linux |
53 | 54 | os_target_arch: arm_32 |
54 | 55 | os_target_bitness: 32 |
55 | | - image: docker.io/dockcross/linux-armv6-lts |
| 56 | + image: docker.io/dockcross/linux-armv6-lts:${DOCK_CROSS_TAG} |
56 | 57 |
|
57 | 58 | - target: linux_arm64 |
58 | 59 | os_target_name: linux |
59 | 60 | os_target_arch: aarch_64 |
60 | 61 | os_target_bitness: 64 |
61 | | - image: docker.io/dockcross/linux-arm64-lts |
| 62 | + image: docker.io/dockcross/linux-arm64-lts:${DOCK_CROSS_TAG} |
62 | 63 |
|
63 | 64 | - target: linux_riscv32 |
64 | 65 | os_target_name: linux |
65 | 66 | os_target_arch: riscv32 |
66 | 67 | os_target_bitness: 32 |
67 | | - image: docker.io/dockcross/linux-riscv32 |
| 68 | + image: docker.io/dockcross/linux-riscv32:${DOCK_CROSS_TAG} |
68 | 69 |
|
69 | 70 | - target: linux_riscv64 |
70 | 71 | os_target_name: linux |
71 | 72 | os_target_arch: riscv64 |
72 | 73 | os_target_bitness: 64 |
73 | | - image: docker.io/dockcross/linux-riscv64 |
| 74 | + image: docker.io/dockcross/linux-riscv64:${DOCK_CROSS_TAG} |
74 | 75 |
|
75 | 76 | - target: linux_ppc |
76 | 77 | os_target_name: linux |
77 | 78 | os_target_arch: ppc_64 |
78 | 79 | os_target_bitness: 64 |
79 | | - image: docker.io/dockcross/linux-ppc64le |
| 80 | + image: docker.io/dockcross/linux-ppc64le:${DOCK_CROSS_TAG} |
80 | 81 |
|
81 | 82 | - target: windows_32 |
82 | 83 | os_target_name: windows |
83 | 84 | os_target_arch: x86_32 |
84 | 85 | os_target_bitness: 32 |
85 | | - image: docker.io/dockcross/windows-static-x86 |
| 86 | + image: docker.io/dockcross/windows-static-x86:${DOCK_CROSS_TAG} |
86 | 87 |
|
87 | 88 | - target: windows_64 |
88 | 89 | os_target_name: windows |
89 | 90 | os_target_arch: x86_64 |
90 | 91 | os_target_bitness: 64 |
91 | | - image: docker.io/dockcross/windows-static-x64 |
| 92 | + image: docker.io/dockcross/windows-static-x64:${DOCK_CROSS_TAG} |
92 | 93 |
|
93 | 94 | - target: windows_arm64 |
94 | 95 | os_target_name: windows |
95 | 96 | os_target_arch: aarch_64 |
96 | 97 | os_target_bitness: 64 |
97 | | - image: docker.io/dockcross/windows-arm64 |
| 98 | + image: docker.io/dockcross/windows-arm64:${DOCK_CROSS_TAG} |
98 | 99 |
|
99 | 100 | steps: |
100 | 101 | - name: Checkout |
|
0 commit comments