|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
push_to_registry:
|
|
|
name: Push Docker image to Docker Hub
|
|
|
|
|
|
- runs-on: ubuntu-latest
|
|
|
+ runs-on: ubuntu-22.04
|
|
|
env:
|
|
|
COMMIT_SHA: ${{ github.sha }}
|
|
|
strategy:
|
|
|
@@ -36,8 +36,7 @@ jobs:
|
|
|
matrix:
|
|
|
config:
|
|
|
# Multi-stage build
|
|
|
- - { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
|
|
|
- - { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/arm64", full: true, light: true, server: true, freediskspace: false}
|
|
|
+ - { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/amd64,linux/arm64", full: true, light: true, server: true, freediskspace: false}
|
|
|
- { tag: "cuda", dockerfile: ".devops/cuda.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
|
|
|
- { tag: "musa", dockerfile: ".devops/musa.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
|
|
|
- { tag: "intel", dockerfile: ".devops/intel.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
|