You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
kind: ZarfPackageConfigmetadata:
name: jqdescription: Deploys the jq bin to the ./bin directory for use with other packages.components:
- name: jq-amd64only:
localOS: linuxrequired: truedescription: Deploy ./bin/jq bin for use in other componentsfiles:
- source: https://github.com/stedolan/jq/releases/latest/download/jq-linux64target: ./bin/jqexecutable: true
- name: jq-darwinonly:
localOS: darwinrequired: truedescription: Deploy ./bin/jq bin for use in other componentsfiles:
- source: https://github.com/stedolan/jq/releases/latest/download/jq-osx-amd64target: ./bin/jqexecutable: true
Environment
Zarf version: v0.47.0
Steps to reproduce
zarf.yaml:
./jq/zarf.yaml:
./child-component/zarf.yaml
zarf package create
Expected result
Package successfully creates as the package does not import the any component twice.
Actual Result
Package fails to create with the following error:
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
High
I can't build packages anymore
Additional Context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: