Skip to content

Commit

Permalink
Merge pull request #84 from matrix-org/dbkr/armdocker
Browse files Browse the repository at this point in the history
Build arm docker image
  • Loading branch information
dbkr authored May 22, 2023
2 parents 3d1d894 + 5e9b9f2 commit 792dd7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6

- name: Build and push docker image
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 792dd7e

Please sign in to comment.