renamed original workflow and added debian install workflow
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s
This commit is contained in:
22
.gitea/workflows/build_arch.yml
Normal file
22
.gitea/workflows/build_arch.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: Test setup and build APKs
|
||||||
|
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
|
||||||
|
on: [push]
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build-and-Create-Development-Environment: # Renamed job for clarity
|
||||||
|
runs-on: archlinux
|
||||||
|
|
||||||
|
container:
|
||||||
|
volumes:
|
||||||
|
- /prod/data/apk/:/prod/data/apk/:rw # host_path:container_path:mode (rw or ro)
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# 1. Fetch all history for cross-branch operations
|
||||||
|
- name: Check out Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Start setup proces
|
||||||
|
run: |
|
||||||
|
./setup.sh
|
||||||
@@ -19,4 +19,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Start setup proces
|
- name: Start setup proces
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
./setup.sh
|
||||||
Reference in New Issue
Block a user