mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
Removed DMX 64-bit Manjaro build
This commit is contained in:
parent
0a110beb96
commit
0c269f8ed0
53
.github/workflows/c-cpp.yml
vendored
53
.github/workflows/c-cpp.yml
vendored
@ -535,59 +535,6 @@ jobs:
|
||||
artifacts: |
|
||||
amiberry-${{ steps.tag.outputs.tag }}-rpi4-sdl2-64bit-rpios.zip
|
||||
|
||||
build-rpi4-dmx-64bit-manjaro:
|
||||
runs-on: [self-hosted, Linux, ARM64, manjaro]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: make capsimg
|
||||
run: make capsimg
|
||||
- name: make for Manjaro RPI4-DMX 64-bit
|
||||
run: make -j4 PLATFORM=rpi4-64-dmx
|
||||
- name: copy binary locally
|
||||
run: cp amiberry ~/projects/amiberry/amiberry-dmx
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: amiberry-rpi4-dmx-64bit-manjaro
|
||||
path: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
abr/**
|
||||
conf/**
|
||||
controllers/**
|
||||
data/**
|
||||
kickstarts/**
|
||||
savestates/**
|
||||
screenshots/**
|
||||
whdboot/**
|
||||
- name: Get tag
|
||||
if: github.ref_type == 'tag'
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
with:
|
||||
# Optionally strip `v` prefix
|
||||
strip_v: false
|
||||
- name: ZIP binaries
|
||||
if: github.ref_type == 'tag'
|
||||
run: zip -r amiberry-${{ steps.tag.outputs.tag }}-rpi4-dmx-64bit-manjaro.zip amiberry capsimg.so abr conf controllers data kickstarts savestates screenshots whdboot
|
||||
- name: Create Changelog
|
||||
if: github.ref_type == 'tag'
|
||||
id: changelog
|
||||
uses: loopwerk/tag-changelog@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config_file: .github/tag-changelog-config.js
|
||||
- name: Create Release
|
||||
if: github.ref_type == 'tag'
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
omitBodyDuringUpdate: true
|
||||
body: ${{ steps.changelog.outputs.changes }}
|
||||
artifacts: |
|
||||
amiberry-${{ steps.tag.outputs.tag }}-rpi4-dmx-64bit-manjaro.zip
|
||||
|
||||
build-rpi4-sdl2-64bit-manjaro:
|
||||
runs-on: [self-hosted, Linux, ARM64, manjaro]
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user