Skip to content

Commit

Permalink
chore: prepare deprecating legacy apt repo (#17660)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Dec 9, 2024
1 parent 7a7d5aa commit 7b7f16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@ publish-release::
apt-nightly::
$(foreach file, $(wildcard $(PACKAGES)/*.deb), \
cloudsmith push deb evcc/unstable/any-distro/any-version $(file); \
cloudsmith push deb evcc/unstable-cached/any-distro/any-version $(file); \
)

apt-release::
$(foreach file, $(wildcard $(PACKAGES)/*.deb), \
cloudsmith push deb evcc/stable/any-distro/any-version $(file); \
cloudsmith push deb evcc/stable-cached/any-distro/any-version $(file); \
)

# gokrazy image
Expand Down

0 comments on commit 7b7f16d

Please sign in to comment.