Skip to content

Commit d5fd823

Browse files
committed
Sorry, Debian-aarch64 users
1 parent 8cba043 commit d5fd823

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

-11
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ jobs:
9393
asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
9494
asset_content_type: application/x-debian-package
9595

96-
- name: Upload Debian package for aarch64
97-
id: upload-release-asset-debian-aarch64
98-
uses: actions/upload-release-asset@v1
99-
env:
100-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101-
with:
102-
upload_url: ${{ steps.create_release.outputs.upload_url }}
103-
asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
104-
asset_path: "target/aarch64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
105-
asset_content_type: application/x-debian-package
106-
10796
- name: Upload tarball for linux-x86_64
10897
id: upload-release-asset-tarball-linux-x86_64
10998
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)