Update Jenkinsfile
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
ad2191868b
commit
05c2bc187c
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,8 @@
|
|||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent linux-aarch64
|
||||
steps {
|
||||
sh 'podman build -t docker.io/thallian/atuin:18.6.1'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue