Skip to content

Commit

Permalink
packer/build_image.sh: update GPG key
Browse files Browse the repository at this point in the history
A new GPG key was created for supporting both rpm and deb in RSA mode

Related to scylladb/scylla-enterprise#4222
  • Loading branch information
yaronkaikov committed Jul 29, 2024
1 parent 12fc528 commit 23bc340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEBUG=false
BUILD_MODE='release'
TARGET=
APT_KEYS_DIR='/etc/apt/keyrings'
APT_KEY='d0a112e067426ab2 491c93b9de7496a7'
APT_KEY='a43e06657bac99e3'

print_usage() {
echo "$0 --localdeb --repo [URL] --target [distribution]"
Expand Down

0 comments on commit 23bc340

Please sign in to comment.