Skip to content

Commit

Permalink
Merge pull request #530 from LedgerHQ/INFRAPRJ-7379
Browse files Browse the repository at this point in the history
INFRAPRJ-7379: Add arm64 host builder
  • Loading branch information
vbaskov-ledger authored Dec 5, 2024
2 parents 256b3ae + f54aba2 commit 28dd07c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/speculos-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ on:
jobs:
build:
name: Build and push speculos-builder image
runs-on: ubuntu-latest
strategy:
matrix:
label: [ubuntu-latest, speculos-builder-2c-arm64-ubuntu_2404]
runs-on: ${{ matrix.label }}
permissions:
packages: write

Expand Down

0 comments on commit 28dd07c

Please sign in to comment.