chore: file formatting

This commit is contained in:
Jack Wills
2023-12-31 00:07:03 +00:00
parent 5af6b8bcd3
commit eb5e74ae67
2 changed files with 25 additions and 27 deletions
@@ -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
View File
@@ -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