浏览代码

build: arm/v7 removed

Timothy Jaeryang Baek 1 年之前
父节点
当前提交
3c30e04127
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/docker-build.yaml

+ 1 - 1
.github/workflows/docker-build.yaml

@@ -52,6 +52,6 @@ jobs:
         with:
           context: .
           push: true
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}