Container arm64 & amd64
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 11m10s
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 11m10s
This commit is contained in:
@@ -29,13 +29,4 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ vars.REGISTRY_URL }}/${{ env.REPO_LOWERCASE }}:latest
|
||||
|
||||
#- name: Build Docker image
|
||||
# run: |
|
||||
# docker build -t $REPO_LOWERCASE:latest .
|
||||
|
||||
#- name: Publish Docker image
|
||||
# run: |
|
||||
# docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest
|
||||
# docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"
|
||||
tags: ${{ vars.REGISTRY_URL }}/${{ env.REPO_LOWERCASE }}:latest
|
||||
@@ -17,6 +17,8 @@ Il programma restituisce come codice di errore:
|
||||
|
||||
`3` se il server avvisa che è stato fornito un token non valido
|
||||
|
||||
Attualmente sono fornite immagini precompilate per le architettura arm64 e amd64, ma è possibile compilare il progetto su qualsiasi architettura sia supportata dal container di Node.js
|
||||
|
||||
## Per iniziare ad usare il programma:
|
||||
1- Recarsi su https://app.netbird.io/team/users
|
||||
|
||||
|
||||
Reference in New Issue
Block a user