-
Notifications
You must be signed in to change notification settings - Fork 2
Remove arm64 builds #203
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
Merged
Merged
Remove arm64 builds #203
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0495a9f
Remove amd64 builds since we don't need them currently
jhodapp fe260a1
Emulate the backend's lint, build, test, push to GHCR GitHub Action w…
jhodapp 306d6c0
Use the correct flags for eslint running in the builder
jhodapp aa94d8f
Remove Rust-build specific env var from the Next.js build process
jhodapp 6928b8a
Optimize CI/CD caching for better performance
jhodapp 1824caf
Apply official Next.js caching strategy from Vercel docs
jhodapp 811df40
Simple change to test to see if Next.js build caching is working
jhodapp 22f5ad4
Fix Next.js build cache detection
jhodapp e3b12a7
Fix Next.js cache race conditions with job-specific keys
jhodapp 371a0db
Remove redundant legacy workflow and fix npm command
jhodapp e575c19
Update to node 22 to agree with the project
jhodapp 4d49563
Upgrade to Node.js 24 and actions/setup-node@v5
jhodapp 5df2592
Remove unused Next.js cache from lint job
jhodapp 667f7a3
Upgrade docker/login-action from v2 to v3
jhodapp e9738d3
Add concurrency controls to auto-cancel redundant workflow runs
jhodapp 32d4d50
Add explicit cache-dependency-path for reliable npm cache invalidation
jhodapp 8dab663
Update the lock file for the node v24 changes
jhodapp f628ade
Update eslint-config-next to 15.4.7 to match Next.js version
jhodapp 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Build outputs and caches | ||
.next/ | ||
coverage/ | ||
dist/ | ||
build/ | ||
|
||
# Dependencies | ||
node_modules/ | ||
|
||
# Environment and config | ||
.env* | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# Development and testing | ||
.eslintcache | ||
.nyc_output | ||
playwright-report/ | ||
test-results/ | ||
|
||
# Version control and CI | ||
.git/ | ||
.github/ | ||
.gitignore | ||
|
||
# IDE and editor files | ||
.vscode/ | ||
.idea/ | ||
*.swp | ||
*.swo | ||
*~ | ||
|
||
# OS generated files | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Documentation | ||
README.md | ||
CHANGELOG.md | ||
docs/ | ||
|
||
# Temporary files | ||
*.tmp | ||
*.temp | ||
tmp/ | ||
temp/ |
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.
Uh oh!
There was an error while loading. Please reload this page.