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

windows build #832

Merged
merged 58 commits into from
Oct 9, 2022
Merged

windows build #832

merged 58 commits into from
Oct 9, 2022

Conversation

Noxsios
Copy link
Contributor

@Noxsios Noxsios commented Oct 3, 2022

Description

Related Issue

Fixes #426

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist before merging

  • Tests have been added/updated as necessary (add the needs-tests label)
  • Documentation has been updated as necessary (add the needs-docs label)
  • An ADR has been written as necessary (add the needs-adr label) [ 1 2 3 ]
  • (Optional) Changes have been linted locally with golangci-lint. (NOTE: We haven't turned on lint checks in the pipeline yet so linting may be hard if it shows a lot of lint errors in places that weren't touched by changes. Thus, linting is optional right now.)

@Noxsios Noxsios linked an issue Oct 3, 2022 that may be closed by this pull request
2 tasks
@Noxsios Noxsios changed the title windows build makefile changes windows build Oct 3, 2022
- add windows release to goreleaser
- fix all k8s tests being skipped in CI
- change injector chmod 777 -> 755
- move aarch musl call from musl.cc -> govcloud (known issue https://github.com/orgs/community/discussions/27906)
- move cluster check to setup vs every test
- add (supposedly) better cache performance for windows
- remove random extra deps added into CI for windows
- publish new injector stage1 binary w/correct tag
Copy link
Contributor

@jeff-mccoy jeff-mccoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I merged in all my changes via PR #860, will leave for @JasonvanBrackel and @Racer159 to sanity check before we merge it.

@JasonvanBrackel JasonvanBrackel self-requested a review October 7, 2022 18:15
.github/workflows/test-windows.yml Show resolved Hide resolved
Makefile Show resolved Hide resolved
src/test/e2e/common.go Show resolved Hide resolved
examples/component-scripts/zarf.yaml Outdated Show resolved Hide resolved
src/test/e2e/common.go Show resolved Hide resolved
.github/workflows/test-windows.yml Show resolved Hide resolved
@jeff-mccoy jeff-mccoy force-pushed the 426-make-windows-release-for-zarf branch from 5744e40 to ffa7b6f Compare October 9, 2022 04:00
@jeff-mccoy jeff-mccoy dismissed stale reviews from JasonvanBrackel and Racer159 October 9, 2022 05:22

Issues resolved

Copy link
Contributor

@jeff-mccoy jeff-mccoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added all final corrections based on @Racer159 & @JasonvanBrackel comments.

@jeff-mccoy jeff-mccoy merged commit 0cf29cf into master Oct 9, 2022
@bdfinst bdfinst deleted the 426-make-windows-release-for-zarf branch February 1, 2023 13:47
Noxsios added a commit that referenced this pull request Mar 8, 2023
Add windows AMD/ARM builds & CI pipeline

## Related Issue

Fixes #426

Co-authored-by: Jeff McCoy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Windows Release for Zarf
4 participants