mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 00:34:17 +01:00
rename goreleaser amd64 config to match other archs
This commit is contained in:
parent
b19e0994df
commit
477edd503c
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: '~> v2'
|
||||
args: release --skip=publish --config .goreleaser-linux.yml
|
||||
args: release --skip=publish --config .goreleaser-linux-amd64.yml
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -230,7 +230,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: import distribution cert
|
||||
uses: apple-actions/import-codesign-certs@v1
|
||||
uses: apple-actions/import-codesign-certs@v3
|
||||
with:
|
||||
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
||||
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
|
||||
|
@ -13,13 +13,11 @@ set -o xtrace
|
||||
|
||||
resolveArch() {
|
||||
case ${1} in
|
||||
amd64) echo amd64
|
||||
;;
|
||||
arm|armv7*|arm/v7*|armhf*) echo armhf
|
||||
;;
|
||||
arm64|armv8*|arm/v8*) echo arm64
|
||||
armv8*|arm/v8*) echo arm64
|
||||
;;
|
||||
*) echo ${1}
|
||||
*) echo "${1}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user