Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 20, 2023
1 parent 6a533a0 commit 4fdcea4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
with:
arch: amd64
tag: latest-amd64
xdr_ref: v20.0.1
core_ref: v20.0.1
xdr_ref: v20.0.2
core_ref: v20.0.2
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
test_matrix: |
Expand All @@ -54,8 +54,8 @@ jobs:
with:
arch: arm64
tag: latest-arm64
xdr_ref: v20.0.1
core_ref: v20.0.1
xdr_ref: v20.0.2
core_ref: v20.0.2
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ console:

build-latest:
$(MAKE) build TAG=latest \
XDR_REF=v20.0.1 \
CORE_REF=v20.0.1 \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27 \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2

build-testing:
$(MAKE) build TAG=testing \
XDR_REF=v20.0.1 \
CORE_REF=v20.0.1 \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2
Expand Down

0 comments on commit 4fdcea4

Please sign in to comment.