mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +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:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: '~> v2'
|
version: '~> v2'
|
||||||
args: release --skip=publish --config .goreleaser-linux.yml
|
args: release --skip=publish --config .goreleaser-linux-amd64.yml
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: import distribution cert
|
- name: import distribution cert
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
||||||
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
|
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
|
||||||
|
@ -13,13 +13,11 @@ set -o xtrace
|
|||||||
|
|
||||||
resolveArch() {
|
resolveArch() {
|
||||||
case ${1} in
|
case ${1} in
|
||||||
amd64) echo amd64
|
|
||||||
;;
|
|
||||||
arm|armv7*|arm/v7*|armhf*) echo armhf
|
arm|armv7*|arm/v7*|armhf*) echo armhf
|
||||||
;;
|
;;
|
||||||
arm64|armv8*|arm/v8*) echo arm64
|
armv8*|arm/v8*) echo arm64
|
||||||
;;
|
;;
|
||||||
*) echo ${1}
|
*) echo "${1}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user