Skip to content

Commit

Permalink
CI: build & publish arm64 binaries 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 19, 2023
1 parent c91bdc7 commit 76c5885
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- name: check out the repo
uses: actions/checkout@v2
- name: set up QEMU
uses: docker/setup-qemu-action@v3
- name: set up Docker buildx
uses: docker/setup-buildx-action@v3
- name: log in to Docker Hub
uses: docker/login-action@v1
with:
Expand All @@ -34,6 +38,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
derhuerst/db-rest:5
derhuerst/db-rest:latest
Expand All @@ -55,4 +60,5 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{github.repository}}:v5_${{steps.hash.outputs.hash}}_${{steps.datetime.outputs.datetime}}

0 comments on commit 76c5885

Please sign in to comment.