Skip to content

Commit

Permalink
juno 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Aug 28, 2024
1 parent 1ba31a8 commit 9057da7
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/juno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on:
branches:
- main
paths:
- 'bin/builder'
- 'arch.Dockerfile'
- 'alpine.Dockerfile'
- '.github/workflows/docker-build.yml'
- '.github/workflows/juno-build.yml'
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/juno-build.yml"

push:
branches:
- main
paths:
- 'bin/builder'
- 'arch.Dockerfile'
- 'alpine.Dockerfile'
- '.github/workflows/docker-build.yml'
- '.github/workflows/juno-build.yml'
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/juno-build.yml"

jobs:
juno-build:
Expand All @@ -33,9 +33,10 @@ jobs:
distro: ["alpine"]
version:
- 23.1.0
- 24.0.0

include:
# Include Defaults (keep at top)
# Include Defaults (keep at top)
- binary: "junod"
build_command: "make install"
chain_registry_name: "juno"
Expand All @@ -50,6 +51,9 @@ jobs:
- version: "23.1.0"
go_version: "1.22.2"

- version: "24.0.0"
go_version: "1.22.2"

with:
name: ${{ matrix.name }}
binary: ${{ matrix.binary }}
Expand Down

0 comments on commit 9057da7

Please sign in to comment.