Update build_CPU.yml
This commit is contained in:
6
.github/workflows/build_CPU.yml
vendored
6
.github/workflows/build_CPU.yml
vendored
@@ -12,10 +12,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
#- linux/arm64
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -45,7 +41,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