Skip to content

Commit d562b91

Browse files
Build for all architectures
1 parent 6e575a8 commit d562b91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
package_root: package
3434
maintainer: ${{ github.repository_owner }}
3535
version: ${{ github.ref }} # refs/tags/v*.*.*
36-
arch: 'any'
36+
arch: 'all'
3737
depends: 'ufw'
3838
desc: 'Extra UFW app profiles'
3939
homepage: ${{ github.server_url }}/${{ github.repository }}
@@ -43,4 +43,6 @@ jobs:
4343
with:
4444
files: ${{ steps.build_deb.outputs.file_name }}
4545
generate_release_notes: true
46-
make_latest: true
46+
make_latest: true
47+
48+
# https://github.com/andrew-stclair/ufw-applications/releases/download/v0.0.1/ufw-applications_0.0.1_any.deb

0 commit comments

Comments
 (0)