mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 07:11:45 +00:00
test arm64 building for debian docker image using updated node version #126
Using latest LTS (20) seems to have fixed TLS timeout/connection reset issue seen when trying to `npm ci` on LTS 18
This commit is contained in:
parent
af24e0ffbe
commit
8a43f0ded5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publishImage.yml
vendored
2
.github/workflows/publishImage.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
suffix: '-debian'
|
||||
# can't build arm64 due to a TLS issue when running npm install??
|
||||
# https://github.com/FoxxMD/multi-scrobbler/issues/126
|
||||
platforms: 'linux/amd64'
|
||||
platforms: 'linux/amd64,linux/arm64'
|
||||
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
|
||||
permissions:
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue