Skip to content

Commit 27265a8

Browse files
committed
Fix multiplatform builds
1 parent d8d66dd commit 27265a8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/20-devcontainer.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
push:
66
branches:
77
- "main"
8-
pull_requests:
9-
branches:
10-
- "main"
118

129
jobs:
1310
build-and-push:
14-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [ubuntu-24.04, ubuntu-24.04-arm]
14+
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -30,4 +30,3 @@ jobs:
3030
imageName: ghcr.io/webhdx/picoboot
3131
cacheFrom: ghcr.io/webhdx/picoboot
3232
push: always
33-
platform: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)