ci: Manual platforms architecture

For some reason it doesn't push all the possible images like that
This commit is contained in:
Krypton
2025-03-06 16:36:34 +01:00
parent 2405bc934e
commit b8f014cb85

View File

@@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [amd64, arm64]
os: [alpine, debian, ubuntu]
steps:
- name: Checkout code
@@ -27,6 +26,6 @@ jobs:
with:
context: .
file: ./Dockerfile.${{ matrix.os }}
platforms: linux/${{ matrix.architecture }}
platforms: linux/amd64,linux/arm64
push: true
tags: kkrypt0nn/wordlists:${{ matrix.os }}-latest