|
1 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. |
2 | 2 | # |
3 | | -# Generated on 2025-01-14T09:44:22Z by kres fcff05e. |
| 3 | +# Generated on 2025-01-21T13:16:50Z by kres 3075de9. |
4 | 4 |
|
5 | 5 | # common variables |
6 | 6 |
|
@@ -36,21 +36,19 @@ PLATFORM ?= linux/amd64,linux/arm64 |
36 | 36 | PROGRESS ?= auto |
37 | 37 | PUSH ?= false |
38 | 38 | CI_ARGS ?= |
39 | | -BUILDKIT_MULTI_PLATFORM ?= 1 |
40 | 39 | COMMON_ARGS = --file=Pkgfile |
41 | 40 | COMMON_ARGS += --provenance=false |
42 | 41 | COMMON_ARGS += --progress=$(PROGRESS) |
43 | 42 | COMMON_ARGS += --platform=$(PLATFORM) |
44 | 43 | COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH) |
45 | | -COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=$(BUILDKIT_MULTI_PLATFORM) |
46 | 44 | COMMON_ARGS += --build-arg=TAG="$(TAG)" |
47 | 45 | COMMON_ARGS += --build-arg=PKGS="$(PKGS)" |
48 | 46 | COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)" |
49 | 47 |
|
50 | 48 | # extra variables |
51 | 49 |
|
52 | 50 | EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) |
53 | | -PKGS ?= v1.10.0-alpha.0-24-g17a80ee |
| 51 | +PKGS ?= v1.10.0-alpha.0-31-g5da83db |
54 | 52 | PKGS_PREFIX ?= ghcr.io/siderolabs |
55 | 53 |
|
56 | 54 | # targets defines all the available targets |
@@ -172,15 +170,6 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu |
172 | 170 |
|
173 | 171 | 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. |
174 | 172 | @$(MAKE) target-$* TARGET_ARGS="--output=type=local,dest=$(DEST) $(TARGET_ARGS)" |
175 | | - @PLATFORM=$(PLATFORM) DEST=$(DEST) bash -c '\ |
176 | | - for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \ |
177 | | - echo $$platform; \ |
178 | | - directory="$${platform//\//_}"; \ |
179 | | - if [[ -d "$$DEST/$$directory" ]]; then \ |
180 | | - mv -f "$$DEST/$$directory/"* $$DEST; \ |
181 | | - rmdir "$$DEST/$$directory/"; \ |
182 | | - fi; \ |
183 | | - done' |
184 | 173 |
|
185 | 174 | docker-%: ## Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker. |
186 | 175 | @$(MAKE) target-$* TARGET_ARGS="$(TARGET_ARGS)" |
|
0 commit comments