Skip to content

Commit ccb11ea

Browse files
authored
Update build-docker.yaml
1 parent e9a656c commit ccb11ea

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build-docker.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@ permissions:
99
jobs:
1010
docker:
1111
name: Build and push Docker image
12-
runs-on: ubuntu-22.04
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
matrix:
15+
os: ["ubuntu-latest", "ubuntu-24.04-arm"]
1316
steps:
1417
- name: Checkout
1518
uses: actions/checkout@v4
1619
with:
1720
submodules: "recursive"
18-
19-
- name: Set up QEMU
20-
uses: docker/setup-qemu-action@v3
21-
22-
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@v3
24-
21+
2522
- name: Login to GitHub Container Registry
2623
uses: docker/login-action@v3
2724
with:

0 commit comments

Comments
 (0)