Skip to content

Commit

Permalink
make build in docker by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kakzhou719 committed Dec 24, 2022
1 parent 61ce7d5 commit e15cf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash
run: |
export MULTI_PLATFORM_BUILD=true
make linux
make build-in-docker
working-directory: src/github.com/sealerio/sealer

- name: Save build binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shell: bash
run: |
export MULTI_PLATFORM_BUILD=true
make linux
make build-in-docker
working-directory: src/github.com/sealerio/sealer

- name: Save build binaries
Expand Down

0 comments on commit e15cf7c

Please sign in to comment.