Skip to content

Commit 56643be

Browse files
committed
Run the release job in the x64 container
Signed-off-by: Ilya Leoshkevich <[email protected]>
1 parent 3d4cba8 commit 56643be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ jobs:
248248
release:
249249
needs: installer
250250
runs-on: ubuntu-latest
251+
strategy:
252+
matrix:
253+
arch: [x64]
251254
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
252255
container:
253256
image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest

.github/workflows/dotnet.yml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
release:
8585
needs: installer
8686
runs-on: ubuntu-latest
87+
strategy:
88+
matrix:
89+
arch: [x64]
8790
if: {% raw %}${{ github.event_name == 'push' && github.ref_type == 'tag' }}{% endraw %}
8891
{{ container }}
8992
steps:

0 commit comments

Comments
 (0)