File tree Expand file tree Collapse file tree 5 files changed +21
-11
lines changed Expand file tree Collapse file tree 5 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-08-28T11:14:40Z by kres 7048c24 .
3
+ # Generated on 2024-11-12T13:24:02Z by kres b6443eb .
4
4
5
5
name : default
6
6
concurrency :
33
33
labels : ${{ steps.retrieve-pr-labels.outputs.result }}
34
34
services :
35
35
buildkitd :
36
- image : moby/buildkit:v0.15.2
36
+ image : moby/buildkit:v0.17.1
37
37
options : --privileged
38
38
ports :
39
39
- 1234:1234
@@ -129,7 +129,7 @@ jobs:
129
129
- default
130
130
services :
131
131
buildkitd :
132
- image : moby/buildkit:v0.15.2
132
+ image : moby/buildkit:v0.17.1
133
133
options : --privileged
134
134
ports :
135
135
- 1234:1234
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-08-28T11:14:40Z by kres 7048c24 .
3
+ # Generated on 2024-11-12T13:24:02Z by kres b6443eb .
4
4
5
5
name : weekly
6
6
concurrency :
16
16
- pkgs
17
17
services :
18
18
buildkitd :
19
- image : moby/buildkit:v0.15.2
19
+ image : moby/buildkit:v0.17.1
20
20
options : --privileged
21
21
ports :
22
22
- 1234:1234
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-08-07T16:01:58Z by kres dbf015a .
3
+ # Generated on 2024-11-12T13:24:02Z by kres b6443eb .
4
4
5
5
# common variables
6
6
@@ -41,6 +41,7 @@ COMMON_ARGS += --provenance=false
41
41
COMMON_ARGS += --progress=$(PROGRESS )
42
42
COMMON_ARGS += --platform=$(PLATFORM )
43
43
COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH )
44
+ COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=1
44
45
45
46
# targets defines all the available targets
46
47
@@ -110,6 +111,15 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu
110
111
111
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.
112
113
@$(MAKE ) target-$* TARGET_ARGS=" --output=type=local,dest=$( DEST) $( TARGET_ARGS) "
114
+ @PLATFORM=$(PLATFORM ) ARTIFACTS=$(ARTIFACTS ) bash -c ' \
115
+ for platform in $$ (tr " ," " \n" <<< " $$PLATFORM" ); do \
116
+ echo $$ platform; \
117
+ directory=" $$ {platform//\//_}" ; \
118
+ if [[ -d " $$ ARTIFACTS/$$ directory" ]]; then \
119
+ mv " $$ ARTIFACTS/$$ directory/" * $$ ARTIFACTS; \
120
+ rmdir " $$ ARTIFACTS/$$ directory/" ; \
121
+ fi ; \
122
+ done'
113
123
114
124
docker-% : # # Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker.
115
125
@$(MAKE ) target-$* TARGET_ARGS=" $( TARGET_ARGS) "
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ vars:
129
129
gmp_sha512: c99be0950a1d05a0297d65641dd35b75b74466f7bf03c9e8a99895a3b2f9a0856cd17887738fa51cf7499781b65c049769271cbcb77d057d2e9f1ec52e07dd84
130
130
131
131
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
132
- golang_version: 1.22.8
133
- golang_sha256: df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8
134
- golang_sha512: ee63cdec73e63924449c56a5ea223a4ad05ec4839823591937889fb36052ebd34357f892a57193c6f697bf16cd9d8168e8fcb560472658b7b167c41b8557146f
132
+ golang_version: 1.22.9
133
+ golang_sha256: e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22
134
+ golang_sha512: d9237212e82f6acb40685fdbe75f3e5c6a6340329c31a885e7f241a5868b5835052e90063db849a5960c8242da2971c55a3a3cab2c0e0e62754b8c33344887cf
135
135
136
136
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.savannah.gnu.org/gperf.git
137
137
gperf_version: 3.1
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
4
4
#
5
- # Generated on 2024-08-28T11:14:40Z by kres 7048c24 .
5
+ # Generated on 2024-11-12T13:24:02Z by kres b6443eb .
6
6
7
7
set -e
8
8
You can’t perform that action at this time.
0 commit comments