Skip to content

Commit

Permalink
Build multi-platform images
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Nov 2, 2023
1 parent 441f324 commit 8de3c0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ branding:
runs:
using: composite
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -30,6 +33,7 @@ runs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down

0 comments on commit 8de3c0c

Please sign in to comment.