Skip to content

Commit

Permalink
🧹 chore: use x64 libsql gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Aug 2, 2024
1 parent 1ff87e0 commit d5902e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/resonator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ yarn-error.log*
**/*.tgz
**/*.log
package-lock.json
**/*.bun
**/*.bun

resonator
2 changes: 1 addition & 1 deletion apps/resonator/package.docker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resonator",
"dependencies": {
"@libsql/linux-arm64-gnu": "^0.4.0-pre.10"
"@libsql/linux-x64-gnu": "^0.4.0-pre.10"
}
}

0 comments on commit d5902e9

Please sign in to comment.