Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jan 7, 2025
1 parent 09a5a8e commit 1f28cdf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ jobs:
target: ${{ fromJson(needs.build-setup.outputs.targets) }}

name: Build Relay Binary
runs-on: ${{fromJson('{
"x86_64-unknown-linux-gnu": "ubuntu-20.04",
"aarch64-unknown-linux-gnu": "ubuntu-22.04-arm64-relay"
}')[matrix.target] }}
runs-on: |-
${{fromJson('{
"x86_64-unknown-linux-gnu": "ubuntu-20.04",
"aarch64-unknown-linux-gnu": "ubuntu-22.04-arm64-relay"
}')[matrix.target] }}
if: "!startsWith(github.ref, 'refs/heads/release-library/')"

Expand Down

0 comments on commit 1f28cdf

Please sign in to comment.