Skip to content

Commit af5b77a

Browse files
CJs0800erikmd
authored andcommitted
ci(deploy-master.yml): Build and push images for amd64 and arm64/v8
1 parent 8b1bc50 commit af5b77a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
pull: true
3939
push: true
4040
tags: "ocamlsf/learn-ocaml:master"
41+
platforms: "linux/amd64,linux/arm64/v8"
4142
labels: |
4243
org.opencontainers.image.title=learn-ocaml
4344
org.opencontainers.image.description=learn-ocaml app manager
@@ -79,6 +80,7 @@ jobs:
7980
push: true
8081
target: client
8182
tags: "ocamlsf/learn-ocaml-client:master"
83+
platforms: "linux/amd64,linux/arm64/v8"
8284
labels: |
8385
org.opencontainers.image.title=learn-ocaml-client
8486
org.opencontainers.image.description=learn-ocaml command-line client
@@ -123,6 +125,7 @@ jobs:
123125
base=ocamlsf/learn-ocaml-client
124126
version=master
125127
tags: "ocamlsf/emacs-learn-ocaml-client:master"
128+
platforms: "linux/amd64,linux/arm64/v8"
126129
labels: |
127130
org.opencontainers.image.title=learn-ocaml-client with emacs
128131
org.opencontainers.image.description=learn-ocaml command-line client with emacs

0 commit comments

Comments
 (0)