We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6402857 + 794e360 commit a1c3c2eCopy full SHA for a1c3c2e
.env
@@ -1,3 +1,3 @@
1
-NEOGO_VERSION=0.105.1
2
-AIO_VERSION=0.41.1
3
-RESTGW_VERSION=0.8.3
+NEOGO_VERSION=0.106.1
+AIO_VERSION=0.42.0
+RESTGW_VERSION=0.9.0
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
context: .
66
file: Dockerfile
67
push: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.push_image == 'true') }}
68
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
69
build-args: |
70
NEOGO_HUB_IMAGE=nspccdev/neo-go
71
NEOGO_HUB_TAG=${{ steps.setver.outputs.NEOGO_VERSION }}
0 commit comments