Only build amd64/arm64... Nobody really has an s390x in their basement do they? Except that one kid...
This commit is contained in:
parent
de2d5e0c51
commit
89b9df5229
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perl.yml
vendored
2
.github/workflows/perl.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
target: release
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/benzine-framework/perl:${{ matrix.ubuntu }}
|
||||
|
|
Loading…
Reference in a new issue