ci: build amd64 image for titan-22 runtime

This commit is contained in:
Brad Stein 2026-04-13 04:24:13 -03:00
parent 078359dd3f
commit 0338de7eb0

4
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ apiVersion: v1
kind: Pod
spec:
nodeSelector:
kubernetes.io/arch: arm64
kubernetes.io/arch: amd64
node-role.kubernetes.io/worker: "true"
containers:
- name: dind
@ -273,7 +273,7 @@ NODE
printf '%s' "${HARBOR_PASSWORD}" | docker login registry.bstein.dev -u "${HARBOR_USERNAME}" --password-stdin
docker buildx build --platform linux/arm64 \
docker buildx build --platform linux/amd64 \
--provenance=false \
--tag "${IMAGE_REPO}:${IMAGE_TAG}" \
--tag "${IMAGE_REPO}:main" \