mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 01:22:23 +00:00
Remove ARM 32-bit from testing
This commit is contained in:
parent
75a2c31800
commit
93d8f7263e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting_testing.yml
vendored
2
.github/workflows/linting_testing.yml
vendored
|
|
@ -71,5 +71,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue