Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test building images with arm64 #4364

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
one more test
sgalsaleh committed Jan 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 787993ccc1d00c9f0471debb737aeb9b28a7679f
1 change: 0 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -272,7 +272,6 @@ jobs:
echo "GOPATH=$(go env GOPATH)" >> "$GITHUB_ENV"
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- uses: actions/checkout@v4
path: ${{ github.run_id }}
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

Unchanged files with check annotations Beta

className="btn primary blue"
disabled={preflightCheck?.showDeploymentBlocked}
onClick={() =>
preflightCheck?.shouldShowConfirmContinueWithFailedPreflights

Check warning on line 208 in web/src/components/PreflightResultPage.tsx

GitHub Actions / lint-web

This line has a length of 85. Maximum allowed is 80
? setShowContinueWithFailedPreflightsModal(true)
: deployKotsDownstream({
continueWithFailedPreflights: true,
{generateAddNodeCommandError?.message}
</p>
)}
{!generateAddNodeCommandLoading && generateAddNodeCommand?.command && (

Check warning on line 515 in web/src/components/apps/EmbeddedClusterManagement.tsx

GitHub Actions / lint-web

This line has a length of 83. Maximum allowed is 80
<>
<CodeSnippet
key={selectedNodeTypes.toString()}