Skip to content

Commit

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

Expand All @@ -48,6 +45,7 @@ jobs:
- name: Build and push speculos-builder to GitHub Packages
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
file: build.Dockerfile
tags: ghcr.io/ledgerhq/speculos-builder:latest

0 comments on commit 56073a9

Please sign in to comment.