This commit is contained in:
CrazyMax 2025-11-19 17:29:34 +01:00
parent 6909fbc5b1
commit a5b2b9c58b
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 4 additions and 2 deletions

View File

@ -138,8 +138,7 @@ jobs:
uses: ./
with:
context: ./test
file: ./test/multi.Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
file: ./test/big.Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

3
test/big.Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubi9
RUN dd if=/dev/zero of=/output.dat bs=648M count=1
RUN uname -a