Skip to content

Commit

Permalink
Docker build for arm platform
Browse files Browse the repository at this point in the history
  • Loading branch information
steffsas committed Sep 26, 2024
1 parent 54622b0 commit 8a2f726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64 # Specify the platforms
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8a2f726

Please sign in to comment.