Skip to content

Commit 470a96a

Browse files
committed
skip tests on release build: issue with emulator and buildx, tests will run in other steps
1 parent 17d9d95 commit 470a96a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
with:
100100
file: docker/Dockerfile
101101
context: .
102+
# skip tests since emulator fails on multi-arch build due to buildx open issue https://github.com/docker/buildx/issues/1986
102103
build-args: |
103104
BRANCH=${{ github.ref-name }}
104105
COMMIT=${{ steps.short-sha.outputs.sha }}

0 commit comments

Comments
 (0)