|
1 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
2 | 2 | #
|
3 |
| -# Generated on 2024-12-18T15:24:30Z by kres b9507d6. |
| 3 | +# Generated on 2025-01-21T11:42:07Z by kres 3075de9. |
4 | 4 |
|
5 | 5 | # common variables
|
6 | 6 |
|
@@ -36,13 +36,11 @@ 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 |
|
47 | 45 | # targets defines all the available targets
|
48 | 46 |
|
@@ -113,15 +111,6 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu
|
113 | 111 |
|
114 | 112 | 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.
|
115 | 113 | @$(MAKE) target-$* TARGET_ARGS="--output=type=local,dest=$(DEST) $(TARGET_ARGS)"
|
116 |
| - @PLATFORM=$(PLATFORM) DEST=$(DEST) bash -c '\ |
117 |
| - for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \ |
118 |
| - echo $$platform; \ |
119 |
| - directory="$${platform//\//_}"; \ |
120 |
| - if [[ -d "$$DEST/$$directory" ]]; then \ |
121 |
| - mv -f "$$DEST/$$directory/"* $$DEST; \ |
122 |
| - rmdir "$$DEST/$$directory/"; \ |
123 |
| - fi; \ |
124 |
| - done' |
125 | 114 |
|
126 | 115 | docker-%: ## Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker.
|
127 | 116 | @$(MAKE) target-$* TARGET_ARGS="$(TARGET_ARGS)"
|
|
0 commit comments