We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d66dd commit 27265a8Copy full SHA for 27265a8
1 file changed
.github/workflows/20-devcontainer.yml
@@ -5,13 +5,13 @@ on:
5
push:
6
branches:
7
- "main"
8
- pull_requests:
9
- branches:
10
- - "main"
11
12
jobs:
13
build-and-push:
14
- runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ os: [ubuntu-24.04, ubuntu-24.04-arm]
+ runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -30,4 +30,3 @@ jobs:
30
imageName: ghcr.io/webhdx/picoboot
31
cacheFrom: ghcr.io/webhdx/picoboot
32
push: always
33
- platform: linux/amd64,linux/arm64
0 commit comments