This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
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-10-17T16:22:46Z by kres 34e72ac .
3
+ # Generated on 2024-11-12T11:08:13Z 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.16.0
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.16.0
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-10-17T16:22:46Z by kres 34e72ac .
3
+ # Generated on 2024-11-12T11:08:13Z 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.16.0
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-07T15:33:12Z by kres dbf015a .
3
+ # Generated on 2024-11-12T11:08:13Z 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
@@ -111,6 +112,15 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu
111
112
112
113
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.
113
114
@$(MAKE ) target-$* TARGET_ARGS=" --output=type=local,dest=$( DEST) $( TARGET_ARGS) "
115
+ @PLATFORM=$(PLATFORM ) ARTIFACTS=$(ARTIFACTS ) bash -c ' \
116
+ for platform in $$ (tr " ," " \n" <<< " $$PLATFORM" ); do \
117
+ echo $$ platform; \
118
+ directory=" $$ {platform//\//_}" ; \
119
+ if [[ -d " $$ ARTIFACTS/$$ directory" ]]; then \
120
+ mv " $$ ARTIFACTS/$$ directory/" * $$ ARTIFACTS; \
121
+ rmdir " $$ ARTIFACTS/$$ directory/" ; \
122
+ fi ; \
123
+ done'
114
124
115
125
docker-% : # # Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker.
116
126
@$(MAKE ) target-$* TARGET_ARGS=" $( TARGET_ARGS) "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ format: v1alpha2
4
4
5
5
vars:
6
6
PKGS_PREFIX: ghcr.io/siderolabs
7
- PKGS_VERSION: v1.9.0-alpha.0-23-g0b67a13
7
+ PKGS_VERSION: v1.9.0-alpha.0-39-gb15a3d9
8
8
9
9
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
10
10
tc_redirect_tap_ref: ad89862342243a8ba9abad6d23d358cffd2d4077
You can’t perform that action at this time.
0 commit comments