Compare commits

..

2 commits

Author SHA1 Message Date
Jakub Čajka
9b12d75a50 Add container.yaml, enable build on arch64 2019-02-18 12:26:58 +01:00
Marek Skalický
4b6e5a21e4
Pull changes from upstream repository 2018-11-06 17:59:14 +00:00
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/f30/s2i-base:latest
FROM registry.fedoraproject.org/f29/s2i-base:latest
ENV NAME=golang \
VERSION=1.11 \

4
container.yaml Normal file
View file

@ -0,0 +1,4 @@
platforms:
only:
- x86_64
- aarch64