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 Sep 20, 2023
1 parent 5621bb1 commit 575ee3c
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 @@ -19,6 +19,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- 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@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand All @@ -35,5 +39,6 @@ jobs:
with:
context: ./contrib/docker
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 575ee3c

Please sign in to comment.