Sync upstream: drop armv7, add linux/ppc64le and linux/s390x
Some checks failed
Check upstream updates / check-updates (push) Has been cancelled

This commit is contained in:
2026-02-23 13:26:45 +08:00
committed by GitHub
parent b1595aca2c
commit 9fcfe9c5ab

View File

@ -32,6 +32,6 @@ jobs:
context: . context: .
push: true push: true
tags: lamgc/jenkins-agent-docker:latest, lamgc/jenkins-agent-docker:${{ steps.get-version.outputs.version }} tags: lamgc/jenkins-agent-docker:latest, lamgc/jenkins-agent-docker:${{ steps.get-version.outputs.version }}
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max