mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-21 17:42:37 +02:00
remove armv7
This commit is contained in:
parent
d0482da553
commit
10b68beccd
1
.github/workflows/on-tag.yml
vendored
1
.github/workflows/on-tag.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
matrix:
|
||||
arch:
|
||||
- amd64
|
||||
- arm32v7
|
||||
- arm64v8
|
||||
|
||||
env:
|
||||
|
@ -206,9 +206,7 @@ USER $USER
|
||||
# Prevents `VOLUME $DIR/.bitcoind/` being created as owned by `root`
|
||||
RUN mkdir -p "$DIR/.bitcoin/"
|
||||
|
||||
RUN apk update
|
||||
|
||||
RUN apk add curl
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
# Expose volume containing all `bitcoind` data
|
||||
VOLUME $DIR/.bitcoin/
|
||||
|
Loading…
Reference in New Issue
Block a user