We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d598ec2 commit ae089f1Copy full SHA for ae089f1
.github/workflows/package-mageia-9.yml
@@ -1,4 +1,4 @@
1
-name: Mageia 9 RPM package
+name: Mageia 9 amd64 RPM package
2
3
on: [workflow_dispatch]
4
@@ -24,6 +24,7 @@ jobs:
24
image: image-mageia-9
25
run: |
26
./build.sh
27
+ tree
28
29
- name: Copy from container to host
30
uses: tj-actions/docker-cp@v2
@@ -35,5 +36,7 @@ jobs:
35
36
- name: Upload
37
uses: actions/upload-artifact@v4
38
with:
39
+ name: Mageia 9 RPMS
40
path: packages/mageia-9/RPMS
41
+
42
if-no-files-found: error
packages/mageia-9/Dockerfile
@@ -6,6 +6,7 @@ RUN urpmi --auto --quiet bm
6
RUN urpmi --auto --quiet task-c++-devel
7
RUN urpmi --auto --quiet doxygen
8
RUN urpmi --auto --quiet lib64evdev-devel
9
+RUN urpmi --auto --quiet tree
10
11
WORKDIR /buildroot
12
COPY . .
0 commit comments