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:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
#################################################
## Cross platform binary build for release page #
#################################################
@@ -104,7 +103,6 @@ jobs:
with:
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
#########################################
## Build images for Dockerhub & ghcr.io #
#########################################
+3 -3
View File
@@ -1,9 +1,9 @@
#!/bin/bash
case "$(arch)" in
x86_64) SUFFIX="x86_64";;
aarch64) SUFFIX="aarch64";;
armv6l) SUFFIX="armv6";;
x86_64) SUFFIX="x86_64" ;;
aarch64) SUFFIX="aarch64" ;;
armv6l) SUFFIX="armv6" ;;
esac
if [ -n "$SUFFIX" ]; then