Przeglądaj źródła

trying to fix build

Rodja Trappe 4 lat temu
rodzic
commit
01903fd3a7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/python-publish.yml

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

@@ -80,6 +80,6 @@ jobs:
         with:
           context: .
           file: ./release.dockerfile
-          platforms: linux/amd64,linux/arm64,linux/arm
+          platforms: linux/amd64,linux/arm64
           push: true
           tags: ${{ steps.prep.outputs.tags }}