Images: Drop s390x. (#12139)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
6c2fb5e107
commit
c0d9c46ff3
5 changed files with 7 additions and 8 deletions
2
.github/workflows/images.yaml
vendored
2
.github/workflows/images.yaml
vendored
|
|
@ -189,7 +189,7 @@ jobs:
|
|||
if: |
|
||||
(github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changes.outputs.nginx == 'true')
|
||||
env:
|
||||
PLATFORMS: linux/amd64,linux/arm,linux/arm64,linux/s390x
|
||||
PLATFORMS: linux/amd64,linux/arm,linux/arm64
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue