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 5d109e7 commit ce1838a
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: configure Docker to use buildx
uses: docker/setup-buildx-action@v3
- name: log in to Docker Hub
uses: docker/#-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/vbb-rest:5
derhuerst/vbb-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 ce1838a

Please # to comment.