Skip to content

Commit

Permalink
CI: build & publish linux/arm64 Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 30, 2023
1 parent 812eeac commit dc7aad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
build-args: |
VERSION_TAG=${{ steps.prep.outputs.version }}
load: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.prep.outputs.tags }}
labels: |
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY,,}.git
Expand All @@ -133,6 +134,7 @@ jobs:
build-args: |
VERSION_TAG=${{ steps.prep.outputs.version }}
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.prep.outputs.tags }}
labels: |
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY,,}.git
Expand Down

0 comments on commit dc7aad0

Please sign in to comment.