Skip to content

Commit 6023cb2

Browse files
add CPU image matrix entries to CI
1 parent 50a401a commit 6023cb2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
path: docker/Dockerfile
3030
tag_base: arm64
3131
name: mirage-git
32+
- platform: ubuntu-latest
33+
path: docker/Dockerfile.cpu
34+
tag_base: amd64
35+
name: mirage-git-cpu
36+
- platform: ubuntu-24.04-arm
37+
path: docker/Dockerfile.cpu
38+
tag_base: arm64
39+
name: mirage-git-cpu
3240

3341
runs-on: ${{ matrix.platform }}
3442
environment: docker

0 commit comments

Comments
 (0)