mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
build-lxd.yml: Add debug output
This commit is contained in:
parent
8eaf974bf6
commit
2debc54186
8
.github/workflows/build-lxd.yml
vendored
8
.github/workflows/build-lxd.yml
vendored
@ -376,8 +376,9 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
set -x
|
||||
arch=linux64
|
||||
if [[ "$RUNNER_ARCH" == "ARM64" ]]
|
||||
if [[ "${{ runner.arch }}" == "ARM64" ]]
|
||||
then
|
||||
arch="linux-aarch64"
|
||||
fi
|
||||
@ -392,7 +393,7 @@ jobs:
|
||||
- name: download LXD image
|
||||
run: |
|
||||
image_url="${PREVIOUS_IMAGE_URL_AMD64?}"
|
||||
if [[ "$RUNNER_ARCH" == "ARM64" ]]
|
||||
if [[ "${{ runner.arch }}" == "ARM64" ]]
|
||||
then
|
||||
image_url="${PREVIOUS_IMAGE_URL_ARM64?}"
|
||||
fi
|
||||
@ -633,8 +634,9 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
set -x
|
||||
arch=linux64
|
||||
if [[ "$RUNNER_ARCH" == "ARM64" ]]
|
||||
if [[ "${{ runner.arch }}" == "ARM64" ]]
|
||||
then
|
||||
arch="linux-aarch64"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user