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