Added support for arm64 builds

(cherry picked from commit aa688c5d937d9538068cdb73c4f9e4cf394c2c64)
This commit is contained in:
Nguyen Thai
2023-10-11 10:59:06 +07:00
committed by Dat H. Pham
parent 931ff728db
commit c9e74bd575
2 changed files with 9 additions and 4 deletions
+2
View File
@@ -45,6 +45,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: "linux/amd64,linux/arm64"
cache-from: |
type=gha
cache-to: |
@@ -90,6 +91,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: "linux/amd64,linux/arm64"
cache-from: |
type=gha
cache-to: |