Skip to content

Commit

Permalink
Removed DMX 64-bit Manjaro build
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 7, 2022
1 parent 0a110be commit 0c269f8
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c269f8

Please sign in to comment.