Only build aarch64 and x86_64.

This commit is contained in:
redxef 2024-06-22 13:23:41 +02:00
parent 2a395e640f
commit 02ef3a5cfb
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -70,7 +70,7 @@ jobs:
- name: build-output - name: build-output
params: params:
dest: build-output/image.tar dest: build-output/image.tar
platform: aarch64,arm,i386,ppc64le,s390x,x86_64 platform: aarch64,x86_64
run: run:
path: build path: build
- put: image - put: image