Skip to content

Commit dc7aad0

Browse files
committed
CI: build & publish linux/arm64 Docker images
1 parent 812eeac commit dc7aad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
build-args: |
118118
VERSION_TAG=${{ steps.prep.outputs.version }}
119119
load: true
120+
platforms: linux/amd64,linux/arm64
120121
tags: ${{ steps.prep.outputs.tags }}
121122
labels: |
122123
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY,,}.git
@@ -133,6 +134,7 @@ jobs:
133134
build-args: |
134135
VERSION_TAG=${{ steps.prep.outputs.version }}
135136
push: true
137+
platforms: linux/amd64,linux/arm64
136138
tags: ${{ steps.prep.outputs.tags }}
137139
labels: |
138140
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY,,}.git

0 commit comments

Comments
 (0)