Skip to content

Commit

Permalink
tools/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jul 8, 2021
1 parent eae77b9 commit 59c1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-repos
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_versions () {
for distribution in "${DISTROS[@]}"; do
aptly snapshot drop -force "$distribution"
aptly snapshot create "$distribution" from repo "$distribution"
aptly publish snapshot "$distribution" -architectures="amd64,arm64"
aptly publish snapshot -architectures="amd64,arm64" "$distribution"
mkdir -p html
cp -a ~/.aptly/public/* html
rm -rf ~/.aptly/public
Expand Down

0 comments on commit 59c1ba9

Please sign in to comment.