chore: file formatting
This commit is contained in:
@@ -2,10 +2,9 @@ name: Release CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
## Cross platform binary build for release page #
|
## Cross platform binary build for release page #
|
||||||
#################################################
|
#################################################
|
||||||
@@ -104,7 +103,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
|
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
## Build images for Dockerhub & ghcr.io #
|
## Build images for Dockerhub & ghcr.io #
|
||||||
#########################################
|
#########################################
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
case "$(arch)" in
|
case "$(arch)" in
|
||||||
x86_64) SUFFIX="x86_64";;
|
x86_64) SUFFIX="x86_64" ;;
|
||||||
aarch64) SUFFIX="aarch64";;
|
aarch64) SUFFIX="aarch64" ;;
|
||||||
armv6l) SUFFIX="armv6";;
|
armv6l) SUFFIX="armv6" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$SUFFIX" ]; then
|
if [ -n "$SUFFIX" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user