Skip to content

Commit

Permalink
fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw617 committed Oct 27, 2023
1 parent 0a7817f commit 4cd06a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/internal/cluster/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ func (c *Cluster) InitZarfState(initOptions types.ZarfInitOptions) error {
}
}

if clusterArch != state.Architecture {
return fmt.Errorf("cluster architecture %s does not match the Zarf state architecture %s", clusterArch, state.Architecture)
}

spinner.Success()

// Save the state back to K8s
Expand Down

0 comments on commit 4cd06a1

Please sign in to comment.