Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
rm arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Jan 18, 2024
1 parent 6f14588 commit 7d7143b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: ${{ steps.vars.outputs.should_release == 'true' }}
run: |
curl 'https://get.ignite.com/[email protected]'! | bash
ignite chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64
ignite chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64
- name: Delete the "latest" Release
uses: dev-drprasad/[email protected]
Expand Down
96 changes: 53 additions & 43 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50190,7 +50190,7 @@ paths:
type: string
tags:
- Query
/mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}:
/mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}/{registerer}:
get:
summary: Queries a list of DomainRegistrationFee items.
operationId: MycelRegistryDomainRegistrationFee
Expand Down Expand Up @@ -50254,6 +50254,10 @@ paths:
in: path
required: true
type: string
- name: registerer
in: path
required: true
type: string
- name: registrationPeriodInYear
in: query
required: false
Expand Down Expand Up @@ -50408,6 +50412,12 @@ paths:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -50443,12 +50453,6 @@ paths:
custom method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
pagination:
type: object
properties:
Expand Down Expand Up @@ -50659,6 +50663,12 @@ paths:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -50693,12 +50703,6 @@ paths:
custom method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
default:
description: An unexpected error response.
schema:
Expand Down Expand Up @@ -81450,6 +81454,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -81484,12 +81494,6 @@ definitions:
method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
fee:
type: object
properties:
Expand Down Expand Up @@ -81641,6 +81645,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -81675,12 +81685,6 @@ definitions:
method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
fee:
type: object
properties:
Expand Down Expand Up @@ -81960,6 +81964,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -81994,12 +82004,6 @@ definitions:
method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
pagination:
type: object
properties:
Expand Down Expand Up @@ -82180,6 +82184,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -82214,12 +82224,6 @@ definitions:
method

signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
mycel.registry.QueryParamsResponse:
type: object
properties:
Expand Down Expand Up @@ -82339,6 +82343,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
mycel.registry.SubdomainRegistrationFees:
type: object
properties:
Expand Down Expand Up @@ -82495,6 +82505,12 @@ definitions:
default: NO_ROLE
customExpirationDate:
type: boolean
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
subdomainCount:
type: string
format: uint64
Expand Down Expand Up @@ -82526,12 +82542,6 @@ definitions:

NOTE: The amount field is an Int which implements the custom method
signatures required by gogoproto.
registrationPolicy:
type: string
enum:
- PRIVATE
- PUBLIC
default: PRIVATE
mycel.registry.TopLevelDomainFee:
type: object
properties:
Expand Down

0 comments on commit 7d7143b

Please sign in to comment.