Skip to content

Freifunk-Rhein-Neckar/gluon-action-target-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-target-list

This Action allows to obtain a list of targets available for a given Gluon release.

The target-list is returned as a JSON, so it can be used with a matrix-strategy for building multiple concurrent targets in a CI.

Inputs

container-image

Description

URL to the Container registry Image to use

Default

ghcr.io/freifunk-gluon/gluon-build

container-version

Description

Container version to use

Default

main

gluon-path

Path to a checked-out Gluon repository.

site-path

Path to Gluon site-directory

Default

docs/site-example

allowlist

Space-separated list of targets which are allowed in the output list.

Any target not present in this list won't occur in the output list.

denylist

Space-separated list of targets which are not allowed in the output list.

Any target present in this list won't occur in the output list.

broken

Whether or not to include targets marked as BROKEN in the output list.

deprecated

Determines if deprecated devices should be built

Outputs

targets

JSON list containing all valid targets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 92.2%
  • Dockerfile 7.8%