docs: changelog updated
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
|||||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.4'>v0.10.4</a>
|
### Reverts
|
||||||
|
+ Bollard update rolled back, closes #66, [aac9c6b598ce6c23b14f5a8b0116e662b18074d2]
|
||||||
|
|
||||||
|
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.4'>v0.10.4</a>
|
||||||
### 2025-06-18
|
### 2025-06-18
|
||||||
|
|
||||||
### Chores
|
### Chores
|
||||||
|
|||||||
+2
-1
@@ -104,7 +104,6 @@ ask_changelog_update() {
|
|||||||
else
|
else
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Edit the release-body to include new lines from changelog
|
# Edit the release-body to include new lines from changelog
|
||||||
@@ -289,12 +288,14 @@ build_container_amd64() {
|
|||||||
docker build --platform linux/amd64 --no-cache -t oxker_amd64 -f containerised/Dockerfile .
|
docker build --platform linux/amd64 --no-cache -t oxker_amd64 -f containerised/Dockerfile .
|
||||||
docker save -o /tmp/oxker_amd64.tar oxker_amd64
|
docker save -o /tmp/oxker_amd64.tar oxker_amd64
|
||||||
}
|
}
|
||||||
|
|
||||||
# build container for aarm64 platform
|
# build container for aarm64 platform
|
||||||
build_container_arm64() {
|
build_container_arm64() {
|
||||||
echo -e "${YELLOW}docker build --platform linux/arm64 --no-cache -t oxker_arm64 --no-cache -f containerised/Dockerfile .; docker save -o /tmp/oxker_arm64.tar oxker_arm64${RESET}"
|
echo -e "${YELLOW}docker build --platform linux/arm64 --no-cache -t oxker_arm64 --no-cache -f containerised/Dockerfile .; docker save -o /tmp/oxker_arm64.tar oxker_arm64${RESET}"
|
||||||
docker build --platform linux/arm64 --no-cache -t oxker_arm64 -f containerised/Dockerfile .
|
docker build --platform linux/arm64 --no-cache -t oxker_arm64 -f containerised/Dockerfile .
|
||||||
docker save -o /tmp/oxker_arm64.tar oxker_arm64
|
docker save -o /tmp/oxker_arm64.tar oxker_arm64
|
||||||
}
|
}
|
||||||
|
|
||||||
# build container for armv6 platform
|
# build container for armv6 platform
|
||||||
build_container_armv6() {
|
build_container_armv6() {
|
||||||
echo -e "${YELLOW}docker build --platform linux/arm/v6 --no-cache -t oxker_armv6 --no-cache -f containerised/Dockerfile .; docker save -o /tmp/oxker_armv6.tar oxker_armv6${RESET}"
|
echo -e "${YELLOW}docker build --platform linux/arm/v6 --no-cache -t oxker_armv6 --no-cache -f containerised/Dockerfile .; docker save -o /tmp/oxker_armv6.tar oxker_armv6${RESET}"
|
||||||
|
|||||||
Reference in New Issue
Block a user