Skip to content

Commit

Permalink
Sorry, Debian-aarch64 users
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 12, 2023
1 parent 8cba043 commit d5fd823
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@ jobs:
asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
asset_content_type: application/x-debian-package

- name: Upload Debian package for aarch64
id: upload-release-asset-debian-aarch64
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
asset_path: "target/aarch64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
asset_content_type: application/x-debian-package

- name: Upload tarball for linux-x86_64
id: upload-release-asset-tarball-linux-x86_64
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit d5fd823

Please sign in to comment.