Only build amd64/arm64... Nobody really has an s390x in their basement do they? Except that one kid...

This commit is contained in:
Greyscale 2024-08-07 11:23:12 +02:00
parent de2d5e0c51
commit 89b9df5229

View file

@ -58,7 +58,7 @@ jobs:
with: with:
context: . context: .
target: release target: release
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/benzine-framework/perl:${{ matrix.ubuntu }} ghcr.io/benzine-framework/perl:${{ matrix.ubuntu }}