Skip to content

Commit 4a469a7

Browse files
authored
Platforms and docs (#2)
1 parent 76b3cdb commit 4a469a7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
context: .
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
48-
# TODO: add multi-platform support
49-
# platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64,linux/arm64
5049
cache-from: type=gha
5150
cache-to: type=gha,mode=max

apps/docs/src/app/getting-started/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We've made LetterSpace for simplicity and ease of use. The easiest way to get st
2929
- app_network
3030

3131
backend:
32-
image: ghcr.io/dcodesdev/letterspace:0.1.0-beta
32+
image: ghcr.io/dcodesdev/letterspace:0.2.1-beta
3333
restart: always
3434
depends_on:
3535
- db

0 commit comments

Comments
 (0)