Adding all responsability to deploy to both platforms to github actions. Adding officially support to multiarch. Updating to version 3.1.0

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-24 12:26:58 -06:00
parent ae16a7be7f
commit 974914126f
No known key found for this signature in database
GPG Key ID: CF56F422A61141DD
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ jobs:
context: .
push: true
tags: aleleba/vscode:latest
platforms: linux/arm64
platforms: linux/amd64,linux/arm64

View File

@ -1 +1 @@
3.0.40
3.1.0