Join Trixie into a single docker multiarch image

This commit is contained in:
Igor
2025-08-07 12:55:03 +02:00
parent c5616187b1
commit 4401a924b7

View File

@@ -167,6 +167,14 @@ jobs:
ghcr.io/${{ github.repository }}:armbian-debian-bookworm-arm64-latest
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:armbian-debian-bookworm-latest
- name: debian-trixie - Create and push multi-arch manifest using buildx
run: |
docker buildx imagetools create -t \
ghcr.io/${{ github.repository }}:armbian-debian-trixie-latest \
ghcr.io/${{ github.repository }}:armbian-debian-trixie-amd64-latest \
ghcr.io/${{ github.repository }}:armbian-debian-trixie-arm64-latest
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:armbian-debian-trixie-latest
- name: ubuntu-noble - Create and push multi-arch manifest using buildx
run: |
docker buildx imagetools create -t \