mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-29 14:17:31 +00:00
增加对 arm/v7 架构的支持。
This commit is contained in:
parent
250f86cc6c
commit
2f5c99e4b7
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user