Skip to content

Commit

Permalink
Debugging github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Dec 30, 2024
1 parent 8973d1f commit 5a51d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
find . -type l -exec basename {} \; | while read l; do
d=$(readlink -f $l); d=$(basename $d)
if [ "${d}" == "${folder}" ]; then
additional_tags="${additional_tags} -t sepen/crux:${l}"
additional_tags="${additional_tags} -t ${l}"
fi
done
Expand Down
4 changes: 2 additions & 2 deletions prepare-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ case $FOLDER in
$CURL_CMD http://ftp.spline.inf.fu-berlin.de/pub/crux/crux-3.7/iso/crux-3.7.iso
sudo $ISO2TAR_CMD crux-3.7.iso
;;
3.7-arm64)
3.7-arm64-core)
$CURL_CMD https://master.dl.sourceforge.net/project/crux-arm/releases/3.7/crux-arm-3.7-aarch64-rc5.rootfs.tar.xz
;;
3.7-armhf)
3.7-armhf-core)
$CURL_CMD https://master.dl.sourceforge.net/project/crux-arm/releases/3.7/crux-arm-3.7-rc4.rootfs.tar.xz
;;
2.6-amd64-setup)
Expand Down

0 comments on commit 5a51d66

Please sign in to comment.