Skip to content

Commit

Permalink
feat: Build multi arch container image (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 authored Apr 30, 2024
1 parent 142ebd5 commit 955de93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ jobs:
tags: |
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand All @@ -218,6 +222,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
push: true
platforms: linux/amd64,linux/arm64
- name: Update docker hub description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 955de93

Please sign in to comment.