Skip to content

Commit

Permalink
Updated discord invite and removed arm support for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed Jan 15, 2024
1 parent 807fe6c commit 1889fc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
# linux/386
platforms: |
linux/amd64
linux/arm64
# Note: tags have to be all lower-case
tags: ${{ steps.meta_php.outputs.tags }}
labels: ${{ steps.meta_php.outputs.labels }}
Expand All @@ -98,7 +97,6 @@ jobs:
file: "./docker/PythonDockerfile"
platforms: |
linux/amd64
linux/arm64
# Note: tags have to be all lower-case
tags: ${{ steps.meta_python.outputs.tags }}
labels: ${{ steps.meta_python.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ LinguaCafe is still in active development. There are missing features, and you m
At this time only one user/server is supported.

## Contact information
[Discord invite](https://discord.gg/SuJqqA5d)
[Discord invite](https://discord.gg/RwxM9Vtd)
Discord user: linguacafe_47757
Reddit user: /u/linguacafe
Subreddit: /r/linguacafe
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<v-card-text>
You can contact the developer of LinguaCafe on these platforms.
<div class="footer-link-box mb-1 mt-4">
<a href="https://discord.gg/SuJqqA5d"><v-icon class="mr-2">mdi-message-text</v-icon>Discord server invite</a>
<a href="https://discord.gg/RwxM9Vtd"><v-icon class="mr-2">mdi-message-text</v-icon>Discord server invite</a>
</div>
<div class="footer-link-box mb-1 primary--text">
<v-icon class="mr-2">mdi-message-text</v-icon>Discord: linguacafe_47757
Expand Down

0 comments on commit 1889fc0

Please sign in to comment.