remove armv7

This commit is contained in:
Léo Haf 2024-10-18 19:28:01 +02:00
parent d0482da553
commit 10b68beccd
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@ jobs:
matrix:
arch:
- amd64
- arm32v7
- arm64v8
env:

View File

@ -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/