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

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