-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate all component builds: ca => ctf (#1043)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it part of release work on #995 We want to move away from component archives because we only really need the CTF as single source of truth. This makes the makefiles a little easier to understand and allows us to reuse these commands fairly easily in the next github actions reworks. #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. -->
- Loading branch information
1 parent
1870489
commit 1a0570e
Showing
21 changed files
with
280 additions
and
344 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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,23 @@ | ||
--- | ||
helper: | ||
<<<: (( &temporary )) | ||
executable: | ||
<<<: (( &template )) | ||
name: demo | ||
type: ocmPlugin | ||
version: (( values.VERSION )) | ||
extraIdentity: | ||
os: ((dirname(p) )) | ||
architecture: (( basename(p) )) | ||
input: | ||
type: file | ||
# Generate the path to the plugin binary by looking into the base path and encoding the platform | ||
path: (( values.GEN "/" values.NAME "." replace(p,"/","-") )) | ||
|
||
components: | ||
- name: (( values.COMPONENT)) | ||
version: (( values.VERSION)) | ||
provider: | ||
name: (( values.PROVIDER)) | ||
# use all platforms and create a resource for each | ||
resources: (( map[split(" ", values.PLATFORMS)|p|-> *helper.executable] )) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.