Skip to content

Commit

Permalink
Added arm64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Peter McClonski <[email protected]>
  • Loading branch information
peter-mcclonski committed Jun 7, 2024
1 parent 80fdbbb commit da89986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- ARM64
- X64

runs-on: [aissemble]
runs-on: [self-hosted, aissemble, ${{ matrix.arch }}]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

release-arm-images:
needs:
- release
- prepare-release-environment
runs-on:
- aissemble
steps:
Expand Down

0 comments on commit da89986

Please sign in to comment.