Skip to content

Commit 277f5fc

Browse files
committed
ci(unionpd): build unionpd-image
1 parent 98feea7 commit 277f5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
secrets:
1212
nixbuild_token: ${{ secrets.nixbuild_token }}
1313
with:
14-
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond" or .attr == "unionpd" or .attr == "uniond-image")' # ensure to append this list if you want to release more artifacts
14+
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond" or .attr == "unionpd" or .attr == "uniond-image" or .attr == "unionpd-image")' # ensure to append this list if you want to release more artifacts
1515

1616
download-docker-images:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)