From 708b927cf9a0d2b674ba9bc338a1cb9fdc4baa23 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 7 Jun 2024 18:38:06 +0300 Subject: [PATCH 1/2] env: update NeoGo/NeoFS/REST 0.106.1/0.42.0/0.9.0 can play together nicely. Signed-off-by: Roman Khimov --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index c53dccf..088cc31 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -NEOGO_VERSION=0.105.1 -AIO_VERSION=0.41.1 -RESTGW_VERSION=0.8.3 +NEOGO_VERSION=0.106.1 +AIO_VERSION=0.42.0 +RESTGW_VERSION=0.9.0 From 794e3603ea1733737a83e0ff54b1437c58b3b7fc Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 7 Jun 2024 18:38:32 +0300 Subject: [PATCH 2/2] workflows: build arm64 images, fix #79 Signed-off-by: Roman Khimov --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca388b6..1c57602 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: context: . file: Dockerfile push: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.push_image == 'true') }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 build-args: | NEOGO_HUB_IMAGE=nspccdev/neo-go NEOGO_HUB_TAG=${{ steps.setver.outputs.NEOGO_VERSION }}