-
Notifications
You must be signed in to change notification settings - Fork 521
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
Begin work on windows arm64 #27882
base: main
Are you sure you want to change the base?
Begin work on windows arm64 #27882
Conversation
return "", fmt.Errorf("build package: %w", err) | ||
} | ||
|
||
if err := wix.Light(tmpDir, opt.NativeTooling, absWixDir); err != nil { | ||
return "", fmt.Errorf("build package: %w", err) | ||
} | ||
|
||
filename := "fleet-osquery.msi" | ||
filename := fmt.Sprintf("fleet-osquery_%s_%s.msi", opt.Version, opt.Architecture) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep the amd64 one the same name (without prefix).
To not break customer automations that are assuming the name of the output.
(And not add version for now until/if we decide to do it for pkg too.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Channel: "stable", | ||
TargetFile: "orbit.exe", | ||
}, | ||
// NOTE: Currently osquery doesn't fully support ARM64, continue to use the x86 version for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am curious does the Windows arm64 provided in the Github releases not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great so far. Left some questions.
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.
SELECT *
is avoided, SQL injection is prevented (using placeholders for values in statements)cmd/osquery-perf
for new osquery data ingestion features.COLLATE utf8mb4_unicode_ci
).runtime.GOOS
).