Update build_CPU.yml
This commit is contained in:
4
.github/workflows/build_CPU.yml
vendored
4
.github/workflows/build_CPU.yml
vendored
@@ -21,8 +21,6 @@ jobs:
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm/v6
|
||||
- linux/arm/v7
|
||||
- linux/arm64
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -41,7 +39,7 @@ jobs:
|
||||
name: Build and push CPU
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64
|
||||
platforms: linux/amd64, linux/arm64
|
||||
file: ./Dockerfile.cpu
|
||||
push: true
|
||||
tags: mccloud/subgen:cpu
|
||||
|
||||
Reference in New Issue
Block a user