Browse Source

chore(CI): cancel build of 32-bit docker

zhanghongtong 4 years ago
parent
commit
b2801299cb
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .github/workflows/build_packages.yaml

+ 0 - 7
.github/workflows/build_packages.yaml

@@ -342,13 +342,6 @@ jobs:
           - [amd64, x86_64]
           - [arm64v8, aarch64]
           - [arm32v7, arm]
-          - [i386, i386]
-          - [s390x, s390x]
-        exclude:
-          - profile: emqx-ee
-            arch: [i386, i386]
-          - profile: emqx-ee
-            arch: [s390x, s390x]
 
     steps:
     - uses: actions/download-artifact@v2