Skip to content

Commit 56073a9

Browse files
INFRAPRJ-7379: Add arm64 host builder. Part2.
1 parent 28dd07c commit 56073a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/speculos-builder.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ on:
2121
jobs:
2222
build:
2323
name: Build and push speculos-builder image
24-
strategy:
25-
matrix:
26-
label: [ubuntu-latest, speculos-builder-2c-arm64-ubuntu_2404]
27-
runs-on: ${{ matrix.label }}
24+
runs-on: ubuntu-latest
2825
permissions:
2926
packages: write
3027

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

0 commit comments

Comments
 (0)