diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caf9889a..d17d4f4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -222,7 +222,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64, linux/arm64 #,linux/arm + platforms: linux/amd64, linux/arm64, linux/riscv64 #,linux/arm push: true tags: ghcr.io/${{github.repository}}:${{format('{0}', github.ref_name)}}, ghcr.io/${{github.repository}}:latest labels: org.opencontainers.image.title=Docker diff --git a/Dockerfile b/Dockerfile index 82d34bce..522d35e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.11-slim WORKDIR /app/swingmusic + # Copy the files in the current dir into the container # copy wheelhouse and client COPY wheels wheels