|
16 | 16 | # TODO: aspnetcore build fails on x64 with: |
17 | 17 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
18 | 18 | arch: [ppc64le, s390x] |
| 19 | + isV6: |
| 20 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 21 | + exclude: |
| 22 | + - arch: ppc64le |
| 23 | + isV6: true |
19 | 24 | container: |
20 | 25 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
21 | 26 | credentials: |
|
52 | 57 | # TODO: aspnetcore build fails on x64 with: |
53 | 58 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
54 | 59 | arch: [ppc64le, s390x] |
| 60 | + isV6: |
| 61 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 62 | + exclude: |
| 63 | + - arch: ppc64le |
| 64 | + isV6: true |
55 | 65 | container: |
56 | 66 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
57 | 67 | credentials: |
@@ -92,6 +102,11 @@ jobs: |
92 | 102 | # TODO: aspnetcore build fails on x64 with: |
93 | 103 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
94 | 104 | arch: [ppc64le, s390x] |
| 105 | + isV6: |
| 106 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 107 | + exclude: |
| 108 | + - arch: ppc64le |
| 109 | + isV6: true |
95 | 110 | container: |
96 | 111 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
97 | 112 | credentials: |
@@ -132,6 +147,11 @@ jobs: |
132 | 147 | # TODO: aspnetcore build fails on x64 with: |
133 | 148 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
134 | 149 | arch: [ppc64le, s390x] |
| 150 | + isV6: |
| 151 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 152 | + exclude: |
| 153 | + - arch: ppc64le |
| 154 | + isV6: true |
135 | 155 | container: |
136 | 156 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
137 | 157 | credentials: |
@@ -172,6 +192,11 @@ jobs: |
172 | 192 | # TODO: aspnetcore build fails on x64 with: |
173 | 193 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
174 | 194 | arch: [ppc64le, s390x] |
| 195 | + isV6: |
| 196 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 197 | + exclude: |
| 198 | + - arch: ppc64le |
| 199 | + isV6: true |
175 | 200 | container: |
176 | 201 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
177 | 202 | credentials: |
@@ -212,6 +237,11 @@ jobs: |
212 | 237 | # TODO: aspnetcore build fails on x64 with: |
213 | 238 | # EXEC : error : Failed to load assembly 'System.Private.CoreLib' |
214 | 239 | arch: [ppc64le, s390x] |
| 240 | + isV6: |
| 241 | + - ${{ startsWith(github.ref, 'refs/tags/v6.') }} |
| 242 | + exclude: |
| 243 | + - arch: ppc64le |
| 244 | + isV6: true |
215 | 245 | container: |
216 | 246 | image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest |
217 | 247 | credentials: |
@@ -272,6 +302,7 @@ jobs: |
272 | 302 | uses: actions/download-artifact@v3 # Newer versions are not compatible with Ubuntu 18.04 |
273 | 303 | with: |
274 | 304 | name: installer-ppc64le |
| 305 | + if: ${{ !startsWith(github.ref, 'refs/tags/v6.') }} |
275 | 306 | - name: Download the s390x installer artifacts |
276 | 307 | uses: actions/download-artifact@v3 # Newer versions are not compatible with Ubuntu 18.04 |
277 | 308 | with: |
|
0 commit comments