Skip to content

Docker image for Windows ARM64 #937

Closed Answered by dluc
v-croft asked this question in 1. Q&A
Discussion options

You must be logged in to vote

I build the image on Apple, but as far as I know the image has nothing specific to Apple. Unfortunately, I don't have a platform to test with Windows.

Here's how I load KM from Aspire:

const string KMDockerImage = "kernelmemory/service";
const string KMDockerTag = "latest";
bool isArm = RuntimeInformation.ProcessArchitecture is Architecture.Arm or Architecture.Arm64;

builder.AddContainer("kernel-memory", KMDockerImage, tag: isArm ? $"{KMDockerTag}-arm64" : KMDockerTag)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by v-croft
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants