diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index bb3e039..4a7e84e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -32,6 +32,6 @@ jobs: context: . push: true tags: lamgc/jenkins-agent-docker:latest, lamgc/jenkins-agent-docker:${{ steps.get-version.outputs.version }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file