Skip to content

Commit

Permalink
chore: restore armv6 and try using node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 6, 2023
1 parent 732e2dd commit 05b3833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 30
uses: docker/build-push-action@v3
with:
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
context: .
file: docker/Dockerfile
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:current-alpine
FROM node:20-alpine

LABEL maintainer="robertsLando"

Expand Down

0 comments on commit 05b3833

Please sign in to comment.