File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
66
push : true
67
67
platforms : linux/amd64
68
68
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) || '' }}
71
71
publish-arm :
72
72
runs-on : SubtensorCI
73
73
@@ -112,5 +112,5 @@ jobs:
112
112
push : true
113
113
platforms : linux/arm64
114
114
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) || '' }}
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
207
207
// `spec_version`, and `authoring_version` are the same between Wasm and native.
208
208
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
209
209
// the compatible custom types.
210
- spec_version : 260 ,
210
+ spec_version : 261 ,
211
211
impl_version : 1 ,
212
212
apis : RUNTIME_API_VERSIONS ,
213
213
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments