mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
ISO for old x86 computers (Fennix-legacy.iso)
This commit is contained in:
6
.github/workflows/makefile.yml
vendored
6
.github/workflows/makefile.yml
vendored
@ -246,6 +246,12 @@ jobs:
|
||||
name: Fennix-i686
|
||||
path: Fennix.iso
|
||||
|
||||
- name: Upload Artifact (Legacy)
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
with:
|
||||
name: Fennix-i686-legacy
|
||||
path: Fennix-legacy.iso
|
||||
|
||||
compilearm64:
|
||||
name: Build aarch64
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user