Skip to content

Commit

Permalink
Merge pull request #418 from nacos-group/update_base_image
Browse files Browse the repository at this point in the history
support arm platform
  • Loading branch information
paderlol authored Jul 19, 2024
2 parents ea96c1a + 833e5dc commit a441861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build&push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v2.3.0
with:
context: build
platforms: linux/amd64,linux/arm64
file: build/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit a441861

Please sign in to comment.