Skip to content

Commit

Permalink
update release workflow for our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsj committed Oct 18, 2023
1 parent 6afc10b commit def9596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
prepare:
name: Prepare to build binaries
runs-on: ubuntu-22.04
if: github.repository == 'llvm/llvm-project'
if: github.repository == 'trail-of-forks/llvm-project'
outputs:
release-version: ${{ steps.validate-tag.outputs.release-version }}
release: ${{ steps.validate-tag.outputs.release }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
target:
- triple: x86_64-linux-gnu-ubuntu-22.04
runs-on: ubuntu-22.04-8x32
runs-on: ubuntu-22.04-16x64
debian-build-deps: >
chrpath
gcc-multilib
Expand Down

0 comments on commit def9596

Please sign in to comment.