Skip to content

Commit

Permalink
chore(ci): update image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Jun 20, 2024
1 parent b642e72 commit e1d0e3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
name: Release (aarch64)
env:
GH_TOKEN: ${{ github.token }}
runs-on: [ "github-self-hosted_ami-03217ce7c37572c4d_${{ github.event.number }}${{ github.run_attempt }}-${{ github.run_id }}" ]
runs-on:
- graas_ami-03217ce7c37572c4d_${{ github.event.number }}${{ github.run_attempt }}-${{ github.run_id }}
- EXECUTION_TYPE=LONG
permissions:
contents: write
packages: write
Expand Down

0 comments on commit e1d0e3c

Please sign in to comment.