Skip to content

Commit

Permalink
skip tests on release build: issue with emulator and buildx, tests wi…
Browse files Browse the repository at this point in the history
…ll run in other steps
  • Loading branch information
alexei-led committed Sep 7, 2023
1 parent 17d9d95 commit 470a96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
with:
file: docker/Dockerfile
context: .
# skip tests since emulator fails on multi-arch build due to buildx open issue https://github.com/docker/buildx/issues/1986
build-args: |
BRANCH=${{ github.ref-name }}
COMMIT=${{ steps.short-sha.outputs.sha }}
Expand Down

0 comments on commit 470a96a

Please sign in to comment.