File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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) || '' }}
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments