Skip to content

Commit

Permalink
update for new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Aug 2, 2024
1 parent ab07af4 commit 34bc545
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 125 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/ephemeral_ec2_run-this.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/make_and_publish_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ on:
- amd64
jobs:
make-packages:
uses: AllStarLink/asl3-menu/.github/workflows/ephemeral_ec2_run-this.yml@develop
uses: AllStarLink/asl3-workflows/.github/workflows/ephemeral_ec2_run-this.yml@develop
with:
run-this: ./builder/dockerbuild.sh -a ${{ inputs.arch }} -o ${{ inputs.os }} --gh-rel ${{ inputs.gh-rel }}
arch: ${{ inputs.arch == 'armhf' && 'arm64' || inputs.arch == 'aarch64' && 'arm64' || inputs.arch == 'amd64' && 'x86_64' || inputs.arch == 'riscv64' && 'x86_64' || inputs.arch }}
artifact-path: '/actions-runner/_work/asl3-menu/_debs/'
secrets: inherit
publish-packages:
uses: AllStarLink/asl3-menu/.github/workflows/publish_artifacts_to_aptly.yml@develop
uses: AllStarLink/asl3-workflows/.github/workflows/publish_artifacts_to_aptly.yml@develop
with:
repo-name: asl3-${{ inputs.aptly-repo }}
secrets: inherit
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/publish_artifacts_to_aptly.yml

This file was deleted.

0 comments on commit 34bc545

Please sign in to comment.