Update build_CPU.yml
This commit is contained in:
5
.github/workflows/build_CPU.yml
vendored
5
.github/workflows/build_CPU.yml
vendored
@@ -25,8 +25,9 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
#with:
|
||||
with:
|
||||
#platforms: all
|
||||
image: tonistiigi/binfmt:qemu-v8.1.5
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@@ -41,7 +42,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64 #,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./Dockerfile.cpu
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user