mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
Merge branch 'main' into squash-dockerfiles
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
This commit is contained in:
commit
075093f4e6
@ -6,6 +6,8 @@ FIX: Document unique names
|
|||||||
|
|
||||||
FIX: reduce Docker image sizes (https://github.com/openziti/zrok/pull/783)
|
FIX: reduce Docker image sizes (https://github.com/openziti/zrok/pull/783)
|
||||||
|
|
||||||
|
FIX: Correct the download URL for the armv7 Linux release (https://github.com/openziti/zrok/issues/782)
|
||||||
|
|
||||||
## v0.4.44
|
## v0.4.44
|
||||||
|
|
||||||
FIX: Fix for goreleaser build action to align with changed ARM64 build path.
|
FIX: Fix for goreleaser build action to align with changed ARM64 build path.
|
||||||
|
@ -79,7 +79,7 @@ case $(uname -m) in
|
|||||||
;;
|
;;
|
||||||
aarch64|arm64) GOXARCH=arm64
|
aarch64|arm64) GOXARCH=arm64
|
||||||
;;
|
;;
|
||||||
arm*) GOXARCH=arm
|
arm*) GOXARCH=armv7
|
||||||
;;
|
;;
|
||||||
*) echo "ERROR: unknown arch '$(uname -m)'" >&2
|
*) echo "ERROR: unknown arch '$(uname -m)'" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user