From 78ba66b040e3288c425c10055068784a19bec804 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 12 Nov 2024 15:08:28 +0400 Subject: [PATCH] feat: update Go to 1.23.3 Via pkgs update. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/weekly.yaml | 4 ++-- Makefile | 12 +++++++++++- Pkgfile | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce1ae3a..fce56e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-10-17T16:22:46Z by kres 34e72ac. +# Generated on 2024-11-12T11:08:13Z by kres b6443eb. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.16.0 + image: moby/buildkit:v0.17.1 options: --privileged ports: - 1234:1234 @@ -129,7 +129,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.16.0 + image: moby/buildkit:v0.17.1 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index e32736f..0dbb775 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-10-17T16:22:46Z by kres 34e72ac. +# Generated on 2024-11-12T11:08:13Z by kres b6443eb. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.16.0 + image: moby/buildkit:v0.17.1 options: --privileged ports: - 1234:1234 diff --git a/Makefile b/Makefile index 33b1010..0c47986 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-08-07T15:33:12Z by kres dbf015a. +# Generated on 2024-11-12T11:08:13Z by kres b6443eb. # common variables @@ -41,6 +41,7 @@ COMMON_ARGS += --provenance=false COMMON_ARGS += --progress=$(PROGRESS) COMMON_ARGS += --platform=$(PLATFORM) COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH) +COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=1 # targets defines all the available targets @@ -111,6 +112,15 @@ 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 '\ + for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \ + echo $$platform; \ + directory="$${platform//\//_}"; \ + if [[ -d "$$ARTIFACTS/$$directory" ]]; then \ + mv "$$ARTIFACTS/$$directory/"* $$ARTIFACTS; \ + rmdir "$$ARTIFACTS/$$directory/"; \ + fi; \ + done' docker-%: ## Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker. @$(MAKE) target-$* TARGET_ARGS="$(TARGET_ARGS)" diff --git a/Pkgfile b/Pkgfile index cabe6cb..8413b8d 100644 --- a/Pkgfile +++ b/Pkgfile @@ -4,7 +4,7 @@ format: v1alpha2 vars: PKGS_PREFIX: ghcr.io/siderolabs - PKGS_VERSION: v1.9.0-alpha.0-23-g0b67a13 + PKGS_VERSION: v1.9.0-alpha.0-39-gb15a3d9 # renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git tc_redirect_tap_ref: ad89862342243a8ba9abad6d23d358cffd2d4077