Skip to content

Commit a1c3c2e

Browse files
authored
Update versions and build ARM64 (#80)
2 parents 6402857 + 794e360 commit a1c3c2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
NEOGO_VERSION=0.105.1
2-
AIO_VERSION=0.41.1
3-
RESTGW_VERSION=0.8.3
1+
NEOGO_VERSION=0.106.1
2+
AIO_VERSION=0.42.0
3+
RESTGW_VERSION=0.9.0

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
context: .
6666
file: Dockerfile
6767
push: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.push_image == 'true') }}
68-
platforms: linux/amd64
68+
platforms: linux/amd64,linux/arm64
6969
build-args: |
7070
NEOGO_HUB_IMAGE=nspccdev/neo-go
7171
NEOGO_HUB_TAG=${{ steps.setver.outputs.NEOGO_VERSION }}

0 commit comments

Comments
 (0)