-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark-terragon/stage3-amd64: Bump v.0.20241031
- Loading branch information
Daniele Rondina
committed
Oct 31, 2024
1 parent
f3531c6
commit d8bef13
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
packages/dev/mark/terragon-stage3-amd64/20241031/build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
image: "macaronios/terragon-minimal:latest-amd64" | ||
|
||
package_dir: /mark | ||
prelude: | ||
- anise i --sync-repos curl tar -y --cleanup | ||
- mkdir -p /mark/collections/mark/ | ||
- >- | ||
curl -L https://mark-os.macaronios.org/mark-stages-terragon/terragon/${RELEASE}/x86-64bit/generic_64/${STAGE_VERSION}/${STAGE_NAME}-x86-64bit-generic_64-mark%2Bterragon-${STAGE_VERSION}.tar.xz | ||
-o /mark/collections/mark/${STAGE_NAME}-terragon.tar.xz | ||
env: | ||
- STAGE_VERSION={{ ( index .Values.labels "package.version" ) }} | ||
- STAGE_NAME=stage3 | ||
- RELEASE=mark |
5 changes: 5 additions & 0 deletions
5
packages/dev/mark/terragon-stage3-amd64/20241031/definition.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
category: "mark-terragon" | ||
name: "stage3-amd64" | ||
version: "0.20241031" | ||
labels: | ||
package.version: "2024-10-31" |