diff --git a/.drone.jsonnet b/.drone.jsonnet index 566eafc..6e63260 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -94,9 +94,9 @@ local release() = { [ testing("1.19", "amd64"), - // testing("1.19", "arm64"), - // testing("1.18", "amd64"), - // testing("1.18", "arm64"), + testing("1.19", "arm64"), + testing("1.18", "amd64"), + testing("1.18", "arm64"), release() ] \ No newline at end of file