Skip to content

Commit

Permalink
Merge pull request #149 from maxcanna/add-arm64
Browse files Browse the repository at this point in the history
Add linux/arm64 build
  • Loading branch information
maxcanna authored Aug 27, 2024
2 parents b24ad85 + 1b60779 commit 3723b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Docker build
run: |
docker buildx build \
--platform linux/amd64,linux/arm/v7 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--output "type=image,push=$DOCKER_PUSH" \
--label "version=$VERSION_NUMBER" \
--tag maxcanna/raiapi:latest \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"yarn": "^1.22.19"
},
"name": "raiapi",
"version": "4.2.4",
"version": "4.2.1",
"description": "RaiPlay API",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 3723b6b

Please sign in to comment.