Skip to content

Commit

Permalink
fix: var compare error(yet another stupid mistake) (GreptimeTeam#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Aug 8, 2023
1 parent f1f8a1d commit 815a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-linux-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:

- name: Build greptime on centos base image
uses: ./.github/actions/build-greptime-binary
if: ${{ inputs.arch == 'amd64' && inputs.dev-mode = 'false' }} # Only build centos7 base image for amd64.
if: ${{ inputs.arch == 'amd64' && inputs.dev-mode == 'false' }} # Only build centos7 base image for amd64.
with:
base-image: centos
features: servers/dashboard
Expand Down

0 comments on commit 815a6d2

Please sign in to comment.