From 974914126fad61f0b5127d22067da6dac5be8c26 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 24 Apr 2024 12:26:58 -0600 Subject: [PATCH] Adding all responsability to deploy to both platforms to github actions. Adding officially support to multiarch. Updating to version 3.1.0 --- .github/workflows/main-workflow.yml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index eff5bcd..601f587 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -27,4 +27,4 @@ jobs: context: . push: true tags: aleleba/vscode:latest - platforms: linux/arm64 \ No newline at end of file + platforms: linux/amd64,linux/arm64 \ No newline at end of file diff --git a/version.txt b/version.txt index 3a460e6..a0cd9f0 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.40 \ No newline at end of file +3.1.0 \ No newline at end of file