prometheus/.dockerignore
Mark Hansen 6ba8565619
Add armv6 docker image (#6605)
This follows the approach used to generate armv7 images.

It was all so nicely factored already that I just had to update two
parts of the code.

Signed-off-by: Mark Hansen <mark@markhansen.co.nz>
2020-02-05 09:16:52 +01:00

10 lines
131 B
Plaintext

data/
.build/
.tarballs/
!.build/linux-amd64/
!.build/linux-armv6/
!.build/linux-armv7/
!.build/linux-arm64/
!.build/linux-s390x/