Skip to content

Commit

Permalink
Merge pull request #229 from powerapi-ng/feat/arm-docker-image
Browse files Browse the repository at this point in the history
ci(release): Add Docker image build for arm64 target platform
  • Loading branch information
gfieni authored Dec 20, 2023
2 parents 0130779 + 8db1292 commit 0689e40
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 0689e40

Please sign in to comment.