فهرست منبع

removing unsupported arm32v7 platform

Rodja Trappe 2 سال پیش
والد
کامیت
455ab54689
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -93,7 +93,7 @@ jobs:
         with:
         with:
           context: .
           context: .
           file: ./release.dockerfile
           file: ./release.dockerfile
-          platforms: linux/amd64,linux/arm64, linux/arm32v7
+          platforms: linux/amd64,linux/arm64
           push: true
           push: true
           tags: ${{ steps.prep.outputs.tags }}
           tags: ${{ steps.prep.outputs.tags }}
           build-args: VERSION=${{ steps.prep.outputs.version }}
           build-args: VERSION=${{ steps.prep.outputs.version }}