Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Sealos
Commits
7a8e06b9
Unverified
Commit
7a8e06b9
authored
4 years ago
by
louis
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update release.yml
fix arm64 tags
parent
65a050e9
main
add-code-of-conduct-1
dev-refactor
develop
feature/buildah
master
release-v3.3.9
release-v3.4.0
release-v4.0.0
release-v4.1.3
v4.1.4-rc1
v4.1.3
v4.1.3-rc1
v4.1.2
v4.1.2-rc1
v4.1.1
v4.1.0
v4.1.0-rc3
v4.1.0-rc2
v4.1.0-rc1
v4.0.0
v4.0.0-rc1
v4.0.0-alpha.16
v4.0.0-alpha.15
v4.0.0-alpha.14
v4.0.0-alpha.13
v4.0.0-alpha.12
v4.0.0-alpha.11
v4.0.0-alpha.10
v4.0.0-alpha.9
v4.0.0-alpha.8
v4.0.0-alpha.7
v4.0.0-alpha.6
v4.0.0-alpha.5
v4.0.0-alpha.4
v4.0.0-alpha.3
v4.0.0-alpha.2
v4.0.0-alpha.1
v3.3.9-rc.11
v3.3.9-rc.10
v3.3.9-rc.9
v3.3.9-rc.8
v3.3.9-rc.7
v3.3.9-rc.6
v3.3.9-rc.5
v3.3.9-rc.3
v3.3.9-rc.2
v3.3.9-rc.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release.yml
+2
-2
.github/workflows/release.yml
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release.yml
+
2
-
2
View file @
7a8e06b9
...
...
@@ -51,7 +51,7 @@ jobs:
echo ${{ secrets.OSS_CONFIG }} |base64 --decode >> .ossutilconfig
wget http://gosspublic.alicdn.com/ossutil/1.6.19/ossutil64 && chmod 755 ossutil64
./ossutil64 -c .ossutilconfig cp -f dist/sealos_linux_amd64/sealos oss://${BUCKETNAME:-sealyun}/${{ steps.prepare.outputs.tag_name }}/sealos
./ossutil64 -c .ossutilconfig cp -f dist/sealos_linux_arm64/sealos oss://${BUCKETNAME:-sealyun}/${{ steps.prepare.outputs.tag_name }}/sealos
./ossutil64 -c .ossutilconfig cp -f dist/sealos_linux_arm64/sealos oss://${BUCKETNAME:-sealyun}/${{ steps.prepare.outputs.tag_name }}/sealos
-arm64
./ossutil64 -c .ossutilconfig cp -f dist/sealos_linux_amd64/sealos oss://${BUCKETNAME:-sealyun}/latest/sealos
./ossutil64 -c .ossutilconfig cp -f dist/sealos_linux_arm64/sealos oss://${BUCKETNAME:-sealyun}/latest/sealos-arm64
...
...
@@ -76,4 +76,4 @@ jobs:
-t ${DOCKER_REPO:-fanux/sealos}:${{ steps.prepare.outputs.tag_name }} \
-t ${DOCKER_REPO:-fanux/sealos}:latest \
-f Dockerfile.hub \
.
\ No newline at end of file
.
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help