Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Jun 26, 2024
1 parent 241f140 commit b7cfa05
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/make_and_publish_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
make-packages:
uses: AllStarLink/asl3-update-nodelist/.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 }} -r ${{ inputs.aptly-repo }} -u "${{secrets.APTLY_API_USER}}:${{secrets.APTLY_API_PASS}}" -g ${{secrets.APTLY_GPG_PASSPHRASE}}
run-this: ./builder/dockerbuild.sh -a ${{ inputs.arch }} -o ${{ inputs.os }} --gh-rel ${{ inputs.gh-rel }} -r ${{ inputs.aptly-repo }} -u ${{secrets.APTLY_API_USER}}:${{secrets.APTLY_API_PASS}} -g ${{secrets.APTLY_GPG_PASSPHRASE}}
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-update-nodelist/_debs/'
secrets: inherit
publish-packages:
uses: AllStarLink/asl3-update-nodelist/.github/workflows/publish_artifacts_to_aptly.yml@develop
with:
repo-name: asl3-${{ inputs.aptly-repo }}
secrets: inherit
needs: make-packages

0 comments on commit b7cfa05

Please sign in to comment.