Skip to content

Commit

Permalink
Add support for ARMv7 (Raspberry Pi 3 etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschlueter committed Jun 14, 2022
1 parent 48eb4f4 commit 74e1dc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
- "release/**"
tags:
- v*.*
tags:
- v*.*
pull_request:
branches:
- main
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: timoschlueter/nightscout-librelink-up:${{github.sha}},timoschlueter/nightscout-librelink-up:${{github.ref_name}},timoschlueter/nightscout-librelink-up:latest
-
name: Image digest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18

LABEL version="1.7.1"
LABEL version="1.7.2"
LABEL description="Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout"

# Create app directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightscout-librelink-up",
"version": "1.7.1",
"version": "1.7.2",
"description": "Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 74e1dc6

Please sign in to comment.