Skip to content

Commit

Permalink
chore(action): add debug for arch inputs
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Nov 14, 2024
1 parent 4d90a31 commit 83682c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/recipes/linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ func (opts LinuxOpts) buildFirmware(ctx context.Context, client *dagger.Client,
err = errUnknownArchCrossCompile
slog.Error(
"Selected unknown cross compilation target architecture",
slog.String("system_architecture", runtime.GOARCH),
slog.String("target_architecture", opts.Arch),
slog.Any("error", err),
)
return nil, err
Expand Down

0 comments on commit 83682c7

Please sign in to comment.