Skip to content

Commit

Permalink
Merge pull request #1 from lhoupert/feat-dockerfile-for-amd64
Browse files Browse the repository at this point in the history
feat: add support arm64
  • Loading branch information
lhoupert authored Jan 31, 2024
2 parents 8abcd43 + 5b74c9a commit 3a9ab01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3a9ab01

Please sign in to comment.