Compare commits
3 Commits
1.3.0-rc.0
...
1.3.0-rc.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 13117843ec | |||
| 60b0b3c878 | |||
| 825a8d9fd9 |
@@ -30,14 +30,6 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
needs: frontend-build
|
needs: frontend-build
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
platform:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/386
|
|
||||||
- linux/arm64/v8
|
|
||||||
- linux/arm/v7
|
|
||||||
- linux/arm/v6
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -89,7 +81,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: Dockerfile.frontend-artifact
|
file: Dockerfile.frontend-artifact
|
||||||
push: true
|
push: true
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: linux/amd64, linux/386, linux/arm64/v8, linux/arm/v7, linux/arm/v6
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.3.0-rc.0
|
1.3.0-rc.1
|
||||||
+1
-1
Submodule frontend updated: bd927f63fc...91b64d846d
+1
-1
@@ -75,7 +75,7 @@ elif [[ "${release}" == "rocky" ]]; then
|
|||||||
if [[ ${os_version} -lt 9 ]]; then
|
if [[ ${os_version} -lt 9 ]]; then
|
||||||
echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1
|
echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1
|
||||||
fi
|
fi
|
||||||
elif [[ "${release}" == "oracle" ]]; then
|
elif [[ "${release}" == "ol" ]]; then
|
||||||
if [[ ${os_version} -lt 8 ]]; then
|
if [[ ${os_version} -lt 8 ]]; then
|
||||||
echo -e "${red} Please use Oracle Linux 8 or higher ${plain}\n" && exit 1
|
echo -e "${red} Please use Oracle Linux 8 or higher ${plain}\n" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user