Skip to content

Commit 19ac7ed

Browse files
committed
update platform maifest to comply with node 26-bookworm-slim support
1 parent 7039ae2 commit 19ac7ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
VERSION=$(node -p "require('./package.json').version")
3737
echo "VERSION=$VERSION" >> $GITHUB_ENV
38-
38+
3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3
4141

@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_TOKEN }}
47-
47+
4848
- name: Log in to GitHub Container Registry
4949
uses: docker/login-action@v3
5050
with:
@@ -62,4 +62,4 @@ jobs:
6262
cyfershepard/jellystat:${{ env.VERSION }}
6363
ghcr.io/cyfershepard/jellystat:latest
6464
ghcr.io/cyfershepard/jellystat:${{ env.VERSION }}
65-
platforms: linux/amd64,linux/arm64,linux/arm/v8
65+
platforms: linux/amd64,linux/arm/v8

0 commit comments

Comments
 (0)