Skip to content

Commit

Permalink
feat: add multi-platform docker image support
Browse files Browse the repository at this point in the history
This commit adds support for multi-platform docker images. It includes changes to the CI workflow file to setup QEMU and Docker Buildx, login to Docker Hub, and build and push the docker image for both amd64 and arm64 platforms.
  • Loading branch information
jtakalai committed May 23, 2024
1 parent fa50b18 commit 7bdb5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
with:
push: true
tags: streamr/stream-metrics-index:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 7bdb5c6

Please sign in to comment.