Compare commits

..

2 commits

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
Miro Hrončok
c2f6b6fda7 Bump the version to 0.5 2019-12-10 15:16:45 +01:00
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:29
FROM registry.fedoraproject.org/fedora:rawhide
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.4 ARCH=noarch
ENV NAME=python-classroom VERSION=0.5 ARCH=noarch
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \

4
container.yaml Normal file
View file

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