Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The get-architectures job fails on projects that uses a string array in the architectures[].build-on property #45

Open
brlin-tw opened this issue Aug 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@brlin-tw
Copy link

brlin-tw commented Aug 22, 2024

What happened?

The following configuration:

architectures:
  - build-on: [amd64]

triggered the following error:

 Error: csv encoding only works for arrays of scalars (string/numbers/booleans), child[0] is a !!seq

What should have happened?

According to the documentation both data types should be supported.

@brlin-tw brlin-tw added the bug Something isn't working label Aug 22, 2024
@brlin-tw brlin-tw changed the title [Bug]: The get-architectures workflow fails on projects that uses a string array in the architectures[].build-on property [Bug]: The get-architectures job fails on projects that uses a string array in the architectures[].build-on property Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant