Skip to content

Commit

Permalink
Update versions and build ARM64 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Jun 7, 2024
2 parents 6402857 + 794e360 commit a1c3c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a1c3c2e

Please sign in to comment.