forked from kubesphere/devops-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error cannot verify mirrors.edge.kernel.org's certificate (kubesp…
…here#50) * Fix error cannot verify mirrors.edge.kernel.org's certificate Signed-off-by: rick <[email protected]> * Set the specific jdk version
- Loading branch information
1 parent
0fc3951
commit 8a7f116
Showing
4 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,7 @@ jobs: | |
push: ${{ github.event_name != 'pull_request' }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
platforms: linux/amd64,linux/arm64 | ||
build-args: "GOLANG_VERSION=1.12.10" | ||
- name: Build and push Docker images for Contributors | ||
uses: docker/[email protected] | ||
if: github.repository_owner != 'kubesphere' | ||
|
@@ -158,6 +159,7 @@ jobs: | |
push: ${{ github.event_name != 'pull_request' }} | ||
labels: ${{ steps.metaContributors.outputs.labels }} | ||
platforms: linux/amd64,linux/arm64 | ||
build-args: "GOLANG_VERSION=1.12.10" | ||
|
||
BuildGo16: | ||
needs: BuildBase | ||
|
@@ -290,6 +292,7 @@ jobs: | |
push: ${{ github.event_name != 'pull_request' }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
platforms: linux/amd64,linux/arm64 | ||
build-args: "JDK_VERSION=1.8.0" | ||
- name: Build and push Docker images for Contributors | ||
uses: docker/[email protected] | ||
if: github.repository_owner != 'kubesphere' | ||
|
@@ -300,6 +303,7 @@ jobs: | |
push: ${{ github.event_name != 'pull_request' }} | ||
labels: ${{ steps.metaContributors.outputs.labels }} | ||
platforms: linux/amd64,linux/arm64 | ||
build-args: "JDK_VERSION=1.8.0" | ||
|
||
BuildMavenJDK11: | ||
needs: BuildBase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters