Skip to content

Commit 6ba182a

Browse files
committed
ci(release test):output sysroot
1 parent da319e2 commit 6ba182a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release-build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
uses: actions/setup-go@v5
6363
with:
6464
go-version: 1.24.x
65-
- name: Set up QEMU
66-
uses: docker/setup-qemu-action@v3
67-
with:
68-
image: tonistiigi/binfmt:qemu-v7.0.0-28
6965
- name: Restore Macos sysroot cache
7066
id: cache-macos-sysroot
7167
uses: actions/cache/restore@v4
@@ -78,6 +74,13 @@ jobs:
7874
with:
7975
path: .sysroot/linux
8076
key: linux-sysroot-${{ hashFiles('.github/workflows/populate_linux_sysroot.sh') }}-0.0.1
77+
- name: Check .sysroot
78+
run: |
79+
ls -la .sysroot
80+
- name: Set up QEMU
81+
uses: docker/setup-qemu-action@v3
82+
with:
83+
image: tonistiigi/binfmt:qemu-v7.0.0-28
8184
- name: Run GoReleaser (Build & Test)
8285
env:
8386
GITHUB_TOKEN: ${{github.token}}

0 commit comments

Comments
 (0)