Skip to content

Commit

Permalink
INFRAPRJ-7379: Add arm64 host builder
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaskov-ledger committed Dec 5, 2024
1 parent 256b3ae commit f54aba2
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 f54aba2

Please sign in to comment.