Skip to content

Commit

Permalink
workflows: build-container: build images for amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Nov 27, 2023
1 parent 6645789 commit 1c8cb96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
if: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
Expand All @@ -38,5 +42,6 @@ jobs:
with:
context: ./contrib/docker
push: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1c8cb96

Please sign in to comment.