Attempt arm64 image build
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
2019-06-23 10:53:23 +01:00
parent 0d72f80561
commit 9b7a6e5846
2 changed files with 99 additions and 4 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM alpine
CMD [ "uname", "-m" ]