Loading .github/workflows/CI_AMD64.yml→.github/workflows/CI_LINUX.yml +3 −2 Original line number Diff line number Diff line name: CI AMD64 name: CI LINUX on: push: Loading @@ -6,7 +6,7 @@ on: - '**' env: DOCKERFILE: Dockerfile-py3-amd64 DOCKERFILE: Dockerfile-py3-linux jobs: Loading Loading @@ -44,6 +44,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . platforms: linux/amd64, linux/arm64 file: ${{ env.DOCKERFILE }} push: true tags: ${{ steps.meta.outputs.tags }} Loading .github/workflows/CI_WIN64.yml→.github/workflows/CI_WINDOWS.yml +2 −2 Original line number Diff line number Diff line name: CI WIN64 name: CI WINDOWS on: push: Loading @@ -6,7 +6,7 @@ on: - '**' env: DOCKERFILE: Dockerfile-py3-win64 DOCKERFILE: Dockerfile-py3-windows jobs: Loading Dockerfile-py3-amd64→Dockerfile-py3-linux +0 −0 File moved. View file Dockerfile-py3-win64→Dockerfile-py3-windows +0 −0 File moved. View file README.md +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ None #### [3.0.1] - upcoming - New GitHub CI - Added arm64 architecture in linux images #### [3.0.0] - 01.01.2023 Loading Loading
.github/workflows/CI_AMD64.yml→.github/workflows/CI_LINUX.yml +3 −2 Original line number Diff line number Diff line name: CI AMD64 name: CI LINUX on: push: Loading @@ -6,7 +6,7 @@ on: - '**' env: DOCKERFILE: Dockerfile-py3-amd64 DOCKERFILE: Dockerfile-py3-linux jobs: Loading Loading @@ -44,6 +44,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . platforms: linux/amd64, linux/arm64 file: ${{ env.DOCKERFILE }} push: true tags: ${{ steps.meta.outputs.tags }} Loading
.github/workflows/CI_WIN64.yml→.github/workflows/CI_WINDOWS.yml +2 −2 Original line number Diff line number Diff line name: CI WIN64 name: CI WINDOWS on: push: Loading @@ -6,7 +6,7 @@ on: - '**' env: DOCKERFILE: Dockerfile-py3-win64 DOCKERFILE: Dockerfile-py3-windows jobs: Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ None #### [3.0.1] - upcoming - New GitHub CI - Added arm64 architecture in linux images #### [3.0.0] - 01.01.2023 Loading