Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove depricated OS/ARCH #105

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/docker-image-linux-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
branches:
- main
pull_request:
branches:
- main

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -72,8 +74,8 @@ jobs:
context: .
file: Dockerfile-py3-linux-slim
platforms: |
linux/386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
Expand All @@ -97,13 +99,10 @@ jobs:
context: .
file: Dockerfile-py3-linux-slim
platforms: |
linux/386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
push: true
build-args: PYTHON_VERSION=3.12.7-slim-bullseye
tags: |
Expand All @@ -120,8 +119,8 @@ jobs:
context: .
file: Dockerfile-py3-linux
platforms: |
linux/386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
Expand All @@ -145,13 +144,10 @@ jobs:
context: .
file: Dockerfile-py3-linux
platforms: |
linux/386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
push: true
build-args: PYTHON_VERSION=3.12.7-bullseye
tags: |
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/docker-image-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
file: ./Dockerfile-py3-linux-slim
platforms: |
linux/i386
linux/386
linux/amd64
linux/arm/v5
linux/arm/v7
Expand All @@ -47,13 +47,10 @@ jobs:
with:
file: ./Dockerfile-py3-linux-slim
platforms: |
linux/i386
linux/386
linux/amd64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
push: true
build-args: PYTHON_VERSION=3.12.7-slim-bullseye
tags: |
Expand All @@ -64,7 +61,7 @@ jobs:
with:
file: ./Dockerfile-py3-linux
platforms: |
linux/i386
linux/386
linux/amd64
linux/arm/v5
linux/arm/v7
Expand All @@ -83,13 +80,10 @@ jobs:
with:
file: ./Dockerfile-py3-linux
platforms: |
linux/i386
linux/386
linux/amd64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
push: true
build-args: PYTHON_VERSION=3.12.7-bullseye
tags: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-windows-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
branches:
- main
pull_request:
branches:
- main

env:
# Use docker.io for Docker Hub if empty
Expand Down
Loading