Skip to content

Commit

Permalink
Fix our opam-release.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Dec 31, 2021
1 parent 001f4e8 commit 998ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/opam-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ url {
checksum: "sha512=${CHECKSUM}"
}
EOM
for VARIANT in '' 'cross-aarch64'; do
for VARIANT in '' '-cross-aarch64'; do
PKG_DIR=${OUTPUT_DIR}/packages/solo5${VARIANT}/solo5${VARIANT}.${OPAM_VERSION}
mkdir -p ${PKG_DIR} || exit 1
cat opam/solo5${VARIANT}.opam ${OUTPUT_DIR}/tmp/url \
Expand Down

0 comments on commit 998ba7f

Please sign in to comment.