-
Notifications
You must be signed in to change notification settings - Fork 6
Brief instructions to run immichframe on linux arm64 with self hosted runner #10
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
Open
bongiozzo
wants to merge
16
commits into
immichFrame:main
Choose a base branch
from
bongiozzo:main
base: main
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
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
98a5b6a
ci: add ubuntu 24.04 arm64 build
bongiozzo 0c74b3c
chore: bump version to 1.0.21
bongiozzo b917d69
chore: align tauri versions and lockfiles
bongiozzo e2b1ba3
chore: bump version to 1.0.22
bongiozzo e4ebc9a
fix: add workflow-dispatch linux arm64 self-hosted job
bongiozzo 2a38281
ci: build deb only for linux arm64 self-hosted
bongiozzo c2a7e04
chore: bump version to 1.0.23
bongiozzo 881659c
ci: allow workflow_dispatch arm64-only build
bongiozzo bb12f6c
ci: enable yarn via corepack
bongiozzo 294d463
ci: use corepack yarn on self-hosted
bongiozzo e4bc5f4
ci: ensure yarn shim for tauri-action
bongiozzo ed3f630
ci: add swap + limit cargo jobs on arm64 runner
bongiozzo d9d552d
chore(ci): remove swap step on arm64 runner
bongiozzo bef5703
docs: add autostart and arm64 runner notes
bongiozzo 4930870
fix: update version to 1.0.3 in configuration files
bongiozzo 46e1656
feat: enhance resource monitoring features
bongiozzo 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 hidden or 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 hidden or 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.
The workflow condition checks for
needs.sync-version.result == 'skipped'but the sync-version job has no conditions that would cause it to be skipped. This condition may never be true, making the logic more complex than necessary.