mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
Use older toolchain
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good
This commit is contained in:
parent
cd40ec7214
commit
6c39e969a4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline{
|
|||||||
stage('Build AMD64') {
|
stage('Build AMD64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-amd64'
|
image 'xsangle/ci-tools:bionic-amd64'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
@ -58,7 +58,7 @@ pipeline{
|
|||||||
stage('Build ARM64') {
|
stage('Build ARM64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm64'
|
image 'xsangle/ci-tools:bionic-arm64'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
@ -76,7 +76,7 @@ pipeline{
|
|||||||
stage('Build ARM') {
|
stage('Build ARM') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm'
|
image 'xsangle/ci-tools:bionic-arm'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
|
Loading…
Reference in New Issue
Block a user