Skip to content

Commit

Permalink
v1.0.2 kujira
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Apr 29, 2024
1 parent ed230cb commit 238ece1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/kujira-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/kujira-build.yml'
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/kujira-build.yml"

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

jobs:
kujira-build:
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
- 0.9.1-1
- 0.9.3
- 0.9.3-1
- 1.0.2

include:
# Include Defaults (keep at top)
Expand Down Expand Up @@ -83,6 +84,8 @@ jobs:
- version: "0.9.3-1"
go_version: "1.20.8"

- version: "1.0.2"
go_version: "1.21.8"

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

0 comments on commit 238ece1

Please sign in to comment.