Skip to content

Commit

Permalink
Fix building cross-toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
iii-i committed Apr 8, 2024
1 parent fd84f54 commit 84cc02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request: # XXX

jobs:
toolchain:
Expand All @@ -14,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: docker/build -t ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest
run: ARCH=${{ matrix.arch }} docker/build -t ghcr.io/ibm/dotnet-${{ matrix.arch }}-toolchain:latest
- name: Login
run: echo ${{ secrets.GHCR_PASSWORD }} | docker login ghcr.io --username=${{ secrets.GHCR_USERNAME }} --password-stdin
- name: Push
Expand Down

0 comments on commit 84cc02a

Please sign in to comment.