Compare commits

..

1 commit

Author SHA1 Message Date
Clement Verna
125976efc6 Try to enable aarch64 builds
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-11-26 13:00:36 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:31 FROM registry.fedoraproject.org/fedora:rawhide
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>" LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.5 ARCH=noarch ENV NAME=python-classroom VERSION=0.5 ARCH=noarch

4
container.yaml Normal file
View file

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