Skip to content

Commit

Permalink
update sei 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Feb 28, 2024
1 parent 3999cf3 commit 620d60d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/sei-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/sei-build.yml'
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/sei-build.yml"

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

jobs:
sei-build:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
- 3.4.0
- 3.5.0
- 3.6.1
- 3.7.0

include:
# Include Defaults (keep at top)
Expand Down Expand Up @@ -97,6 +98,8 @@ jobs:
repo_tag: "3.0.8"
- version: "3.6.1"
go_version: "1.19"
- version: "3.7.0"
go_version: "1.19"

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

0 comments on commit 620d60d

Please sign in to comment.