getting bitcoin container to build
This commit is contained in:
parent
c440e31746
commit
a22050cc9f
@ -32,3 +32,12 @@
|
||||
src: bitcoin/bin/btc_oneshot
|
||||
dest: ~/Containers/bitcoin/bin/btc_oneshot
|
||||
|
||||
- name: Build bitcoin if files changed
|
||||
containers.podman.podman_image:
|
||||
name: bitcoin:{{ bitcoin_version }}
|
||||
path: ~/Containers/bitcoin/
|
||||
build:
|
||||
force_rm: true
|
||||
format: oci
|
||||
extra_args: VERSION={{ bitcoin_version }}
|
||||
when: bitcoin_build['changed']==True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user