Skip to content

Commit

Permalink
馃惓 added support for arm64 docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
faburem committed Mar 15, 2024
1 parent 78d93c0 commit 0db9156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Expand Up @@ -40,8 +40,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: kromit/titra:latest, kromit/titra:${{steps.autotag.outputs.tagname}}

0 comments on commit 0db9156

Please sign in to comment.