Skip to content

Commit 277ca13

Browse files
committed
Merge remote-tracking branch 'origin/devnet' into testnet
2 parents 4cb2157 + e86d721 commit 277ca13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
push: true
6767
platforms: linux/amd64
6868
tags: |
69-
ghcr.io/${{ github.repository }}:${{ env.tag }}
70-
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
69+
ghcr.io/${{ github.repository }}:${{ env.tag }}-amd64
70+
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest-amd64', github.repository) || '' }}
7171
publish-arm:
7272
runs-on: SubtensorCI
7373

@@ -112,5 +112,5 @@ jobs:
112112
push: true
113113
platforms: linux/arm64
114114
tags: |
115-
ghcr.io/${{ github.repository }}:${{ env.tag }}
116-
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
115+
ghcr.io/${{ github.repository }}:${{ env.tag }}-arm64
116+
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest-arm64', github.repository) || '' }}

Diff for: runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
207207
// `spec_version`, and `authoring_version` are the same between Wasm and native.
208208
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
209209
// the compatible custom types.
210-
spec_version: 260,
210+
spec_version: 261,
211211
impl_version: 1,
212212
apis: RUNTIME_API_VERSIONS,
213213
transaction_version: 1,

0 commit comments

Comments
 (0)