Merge branch 'main' of gitea.local:publicWagsHome/rgb-go-test
All checks were successful
build lightwatch / build (push) Successful in 9m0s
All checks were successful
build lightwatch / build (push) Successful in 9m0s
This commit is contained in:
@@ -35,6 +35,6 @@ jobs:
|
||||
- run: |
|
||||
docker buildx build . \
|
||||
-t registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} \
|
||||
-t registry.local/rgbboard:latest
|
||||
-t registry.local/rgbboard:latest \
|
||||
--platform=linux/arm64,linux/amd64 \
|
||||
--push
|
||||
|
||||
@@ -15,8 +15,3 @@ FROM scratch
|
||||
COPY --from=builder /usr/src/app/rgb/rgb /usr/src/app/work/
|
||||
COPY --from=builder /usr/src/app/rgb/mari* /usr/src/app/work/
|
||||
WORKDIR /usr/src/app/work
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
26
Jenkinsfile
vendored
26
Jenkinsfile
vendored
@@ -1,26 +0,0 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
/*stage('GitCheckOut') {
|
||||
steps{
|
||||
checkout([$class: 'GitSCM', branches: [[name: "${env.CHECKOUT}"]], extensions: [], userRemoteConfigs: [[credentialsId: 'gitea', url: "$GIT_URL"]]])
|
||||
}
|
||||
|
||||
}*/
|
||||
stage('buildPush') {
|
||||
steps{
|
||||
sh 'echo "ADASDASDSADSADASD"'
|
||||
sh 'docker buildx rm jenkins-agent || echo "none there"'
|
||||
sh '''#!/bin/bash
|
||||
docker buildx create --bootstrap --name=jenkins-agent --driver=kubernetes --driver-opt=namespace=jenkinsagent --driver-opt=qemu.install=true --driver-opt=\\"nodeselector=kubernetes.io/arch=amd64\\" --driver-opt=\\"image=registry.local/buildkit-wagnerca:stable-3-rootless\\" --use
|
||||
'''
|
||||
sh 'docker buildx build . -t registry.local/rgbboard:v0.0.$BUILD_NUMBER --push --platform=linux/arm64,linux/amd64'
|
||||
sh 'docker buildx rm jenkins-agent'
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user