You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
455 B

5 years ago
name: Build bitcoind on arm
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
5 years ago
- name: prepare stuff
run: docker run --rm --privileged multiarch/qemu-user-static:arm --reset -p yes
5 years ago
- name: test stuff
run: docker run --rm -t arm32v6/alpine uname -m
5 years ago
- name: Build the Docker image
run: docker build . --file 0.18/source/Dockerfile --tag bitcoind:arm-$(date +%s)