Skip to content

Commit

Permalink
Docker: Remove linux/arm64 since it is not compatible with some depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
AgustinSRG committed Dec 15, 2024
1 parent 1fefe09 commit 74e9aab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
steps:
- name: Prepare
run: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown-chatbot",
"version": "2.12.0",
"version": "2.12.1",
"author": {
"name": "Agustin San Roman",
"email": "[email protected]",
Expand Down

0 comments on commit 74e9aab

Please sign in to comment.