浏览代码

no armv7 support -- its to complicated right now

Rodja Trappe 2 年之前
父节点
当前提交
6be623cc74
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 1
      .github/workflows/publish.yml
  2. 0 4
      release.dockerfile

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

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

+ 0 - 4
release.dockerfile

@@ -1,9 +1,5 @@
 FROM python:3.10-slim
 FROM python:3.10-slim
 
 
-RUN apt update && apt install -y \
-    python3-numpy \ 
-    && rm -rf /var/lib/apt/lists/*
-
 RUN python -m pip install nicegui
 RUN python -m pip install nicegui
 
 
 WORKDIR /app
 WORKDIR /app