Skip to content

Commit

Permalink
chore(action): cosmetic fixes
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Dec 11, 2024
1 parent 87e7928 commit 82c94cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action/recipes/universal.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/9elements/firmware-action/action/container"
)

// UniversalSpecific is used to store data specific to universal
// UniversalSpecific is used to store data specific to the universal command module
// ANCHOR: UniversalSpecific
type UniversalSpecific struct {
// Specifies build commands to execute inside container
Expand All @@ -23,7 +23,7 @@ type UniversalSpecific struct {

// ANCHOR: UniversalOpts

// UniversalOpts is used to store all data needed to run universal
// UniversalOpts is used to store all data needed to run universal commands
type UniversalOpts struct {
// List of IDs this instance depends on
// Example: [ "MyLittleCoreboot", "MyLittleEdk2"]
Expand All @@ -48,7 +48,7 @@ func (opts UniversalOpts) GetArtifacts() *[]container.Artifacts {
return opts.CommonOpts.GetArtifacts()
}

// buildFirmware builds universal
// buildFirmware builds (or rather executes) universal command module
func (opts UniversalOpts) buildFirmware(ctx context.Context, client *dagger.Client, dockerfileDirectoryPath string) (*dagger.Container, error) {
// Spin up container
containerOpts := container.SetupOpts{
Expand Down

0 comments on commit 82c94cb

Please sign in to comment.