From 9753dd59f664947d5994a16c3ce15056cfb028c7 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 13 Nov 2024 18:47:25 +0530 Subject: [PATCH] chore: bump extensions validator Bump extensions validator, also rekres. Signed-off-by: Noel Georgi --- Makefile | 10 +++++----- internal/base/pkg.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3c063481..7fa2b768 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-11-11T14:49:34Z by kres b6443eb. +# Generated on 2024-11-13T13:17:18Z by kres c0e2b63. # common variables @@ -168,13 +168,13 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu local-%: ## Builds the specified target defined in the Pkgfile using the local output type. The build result will be output to the specified local destination. @$(MAKE) target-$* TARGET_ARGS="--output=type=local,dest=$(DEST) $(TARGET_ARGS)" - @PLATFORM=$(PLATFORM) ARTIFACTS=$(ARTIFACTS) bash -c '\ + @PLATFORM=$(PLATFORM) DEST=$(DEST) bash -c '\ for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \ echo $$platform; \ directory="$${platform//\//_}"; \ - if [[ -d "$$ARTIFACTS/$$directory" ]]; then \ - mv "$$ARTIFACTS/$$directory/"* $$ARTIFACTS; \ - rmdir "$$ARTIFACTS/$$directory/"; \ + if [[ -d "$$DEST/$$directory" ]]; then \ + mv "$$DEST/$$directory/"* $$DEST; \ + rmdir "$$DEST/$$directory/"; \ fi; \ done' diff --git a/internal/base/pkg.yaml b/internal/base/pkg.yaml index 613db332..63e93eb7 100644 --- a/internal/base/pkg.yaml +++ b/internal/base/pkg.yaml @@ -4,7 +4,7 @@ shell: /toolchain/bin/bash dependencies: - image: "{{ .BUILD_ARG_PKGS_PREFIX }}/base:{{ .BUILD_ARG_PKGS }}" - image: "{{ .BUILD_ARG_PKGS_PREFIX }}/ca-certificates:{{ .BUILD_ARG_PKGS }}" - - image: ghcr.io/siderolabs/extensions-validator:399d8f0 + - image: ghcr.io/siderolabs/extensions-validator:617ea3f finalize: - from: / to: /