Skip to content

Commit

Permalink
Run the release job in the x64 container
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Leoshkevich <[email protected]>
  • Loading branch information
iii-i committed Apr 11, 2024
1 parent 3d4cba8 commit 56643be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ jobs:
release:
needs: installer
runs-on: ubuntu-latest
strategy:
matrix:
arch: [x64]
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
container:
image: ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
release:
needs: installer
runs-on: ubuntu-latest
strategy:
matrix:
arch: [x64]
if: {% raw %}${{ github.event_name == 'push' && github.ref_type == 'tag' }}{% endraw %}
{{ container }}
steps:
Expand Down

0 comments on commit 56643be

Please sign in to comment.