Skip to content

Commit

Permalink
more distros
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent 727283b commit 0f048cd
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: debian11/
file: debian11/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/mips64le, linux/ppc64le, linux/riscv64, linux/s390x
push: true
tags: |
${{ github.repository }}:debian11
2 changes: 1 addition & 1 deletion .github/workflows/fedora37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: fedora37/
file: fedora37/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:fedora37
2 changes: 1 addition & 1 deletion .github/workflows/fedora38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: fedora38/
file: fedora38/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:fedora38
2 changes: 1 addition & 1 deletion .github/workflows/fedora39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: fedora39/
file: fedora39/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:fedora39
2 changes: 1 addition & 1 deletion .github/workflows/fedora40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: fedora40/
file: fedora40/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:fedora40
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: ubuntu2004/
file: ubuntu2004/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:ubuntu2004
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: ubuntu2204/
file: ubuntu2204/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:ubuntu2204
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu2304.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
context: ubuntu2304/
file: ubuntu2304/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
push: true
tags: |
${{ github.repository }}:ubuntu2304

0 comments on commit 0f048cd

Please sign in to comment.