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 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 }}