Skip to content

Commit

Permalink
ci(release): Add Docker image build for arm64 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Dec 20, 2023
1 parent 0130779 commit 8db1292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
packages: write

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0

- name: Setup Docker buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

Expand Down Expand Up @@ -121,5 +124,6 @@ jobs:
with:
push: true
provenance: false
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8db1292

Please sign in to comment.