-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
ARM64 Build #2985
Open
taooceros
wants to merge
16
commits into
dev
Choose a base branch
from
arm64
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ARM64 Build #2985
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2afebcb
try building for arm64
taooceros 6772f25
try arm 64 build
taooceros 3ce5554
cherry-pick from #2616 to support GitHub action
taooceros cea6560
update path
taooceros e288be3
add arm64 for the first build
taooceros fd2eb28
try using Directory.Build.props to specify runtime identifier
taooceros 4430fb5
update runtime identifier
taooceros cf10e9e
add arm64 to restore
taooceros f4f5f40
specify arm64 for test
taooceros 99f19b2
disable testing because don't know how to have a arm64 windows machin…
taooceros 20561ab
disable publish portable for arm64
taooceros 429e8d2
Create EverythingSDK arm64
iKineticate 11f5249
Add files via upload
iKineticate 73570fd
Delete Plugins/Flow.Launcher.Plugin.Explorer/EverythingSDK/arm64/MD5-…
iKineticate 1d3f11b
Merge pull request #2996 from iKineticate/arm64
jjw24 f8c49a6
Merge branch 'dev' into arm64
taooceros File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Critical: AppVeyor does not support ARM64 builds
Setting the platform to ARM64 in AppVeyor configuration is problematic as AppVeyor does not provide native ARM64 build support. This could lead to build failures or incorrect artifacts.
As mentioned in the PR discussion, consider migrating to GitHub Actions for proper ARM64 build support.
Consider: