Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13117843ec | |||
| 60b0b3c878 | |||
| 825a8d9fd9 |
@@ -30,14 +30,6 @@ jobs:
|
||||
|
||||
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
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -89,7 +81,7 @@ jobs:
|
||||
context: .
|
||||
file: Dockerfile.frontend-artifact
|
||||
push: true
|
||||
platforms: ${{ matrix.platform }}
|
||||
platforms: linux/amd64, linux/386, linux/arm64/v8, linux/arm/v7, linux/arm/v6
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
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
|
||||
echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1
|
||||
fi
|
||||
elif [[ "${release}" == "oracle" ]]; then
|
||||
elif [[ "${release}" == "ol" ]]; then
|
||||
if [[ ${os_version} -lt 8 ]]; then
|
||||
echo -e "${red} Please use Oracle Linux 8 or higher ${plain}\n" && exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user