feat: builds support amd64+arm64
This commit is contained in:
@@ -7,7 +7,13 @@ K3S_VERSION=v1.28.2+k3s1
|
||||
|
||||
# K3s DinD Image Version
|
||||
# Built image version tag
|
||||
K3S_DIND_VERSION=0.2.1
|
||||
K3S_DIND_VERSION=0.2.2
|
||||
|
||||
# Multi-platform Build Support
|
||||
# This image supports building for multiple platforms: linux/amd64, linux/arm64
|
||||
# Build for current platform: docker compose build
|
||||
# Build multi-platform: docker buildx build --platform linux/amd64,linux/arm64 -t IMAGE_NAME --push .
|
||||
|
||||
# Preload Images
|
||||
# Whether to pre-download common images during build (true/false)
|
||||
# Set to false to speed up build time if you have good internet connectivity
|
||||
|
||||
Reference in New Issue
Block a user