mirror of
https://github.com/labring/sealos.git
synced 2026-08-29 01:39:49 +08:00
8888c27cfc
* copy linux_amd64.yml&&linux_arm64.yml to scripts * modify release.mk
31 lines
1003 B
YAML
31 lines
1003 B
YAML
# Copyright © 2022 sealos.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
name: "sealos"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version: "v4.0.0"
|
|
version_schema: semver
|
|
maintainer: fanux(https://github.com/fanux)
|
|
description: Cloud OS distribution with Kubernetes as kernel
|
|
vendor: "https://github.com/fanux"
|
|
homepage: "https://github.com/labring/sealos"
|
|
license: "Apache-2.0 License"
|
|
|
|
contents:
|
|
- src: ./bin/linux_amd64/sealctl
|
|
dst: /usr/bin/sealos
|
|
|
|
- src: ./bin/linux_amd64/
|
|
dst: /usr/bin/sealos
|