Added support for arm64 builds
(cherry picked from commit aa688c5d937d9538068cdb73c4f9e4cf394c2c64)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user