general: remove build for all arch but amd64

This commit is contained in:
Lan Tian 2021-01-18 23:13:25 +08:00
parent 6cc0c617b4
commit 1c3d9ec594
No known key found for this signature in database
GPG Key ID: 3D2E9DC81E5791C7

View File

@ -12,7 +12,7 @@ workflows:
matrix:
parameters:
program: [frontend, proxy]
image_arch: [i386, amd64, arm32v7, arm64v8, ppc64le, s390x]
image_arch: [amd64]
filters:
branches:
only: master