ops2deb icon indicating copy to clipboard operation
ops2deb copied to clipboard

Support for i386

Open JuniorJPDJ opened this issue 1 year ago • 0 comments

ops2deb format                                                                                                                                                                                                                                            
Failed to parse blueprint at index 0 in /home/ops2deb/blueprints/devops/tgswitch/ops2deb.yml.                                                                                                                                                             
3 validation errors for Blueprint                                                                                                                                                                                                                         
matrix.architectures.3                                                                                                                                                                                                                                    
  Input should be 'all', 'amd64', 'arm64' or 'armhf' [type=literal_error, input_value='i386', input_type=str]                                                                                                                                             
    For further information visit https://errors.pydantic.dev/2.5/v/literal_error                                                                                                                                                                         
fetch.constrained-str                                                                                                                                                                                                                                     
  Input should be a valid string [type=string_type, input_value=ordereddict([('url', 'htt...'), ('i386', '386')]))]), input_type=CommentedMap]                                                                                                            
    For further information visit https://errors.pydantic.dev/2.5/v/string_type                                                                                                                                                                           
fetch.MultiArchitectureFetch.targets.i386                                                                                                                                                                                                                 
  Extra inputs are not permitted [type=extra_forbidden, input_value='386', input_type=str]                                                                                                                                                                
    For further information visit https://errors.pydantic.dev/2.5/v/extra_forbidden                                                                                                                                                                       
make: *** [Makefile:42: format] Error 1

JuniorJPDJ avatar Sep 22 '24 12:09 JuniorJPDJ