Skip to content

Commit a4543e8

Browse files
committed
add arm64 as per Elliot's
1 parent 283b523 commit a4543e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-marimo-image.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
architecture: [amd64, arm64]
912
if: github.repository == 'stfc/janus-core'
1013
permissions:
1114
packages: write
@@ -29,5 +32,5 @@ jobs:
2932
file: ./containers/Dockerfile.marimo
3033
push: true
3134
tags: |
32-
ghcr.io/stfc/janus-core/marimo:${{ github.sha }}
33-
ghcr.io/stfc/janus-core/marimo:latest
35+
ghcr.io/stfc/janus-core/marimo:${{ matrix.architecture }}-${{ github.sha }}
36+
ghcr.io/stfc/janus-core/marimo:${{ matrix.architecture }}-latest

0 commit comments

Comments
 (0)