Skip to content

Commit fe7ffc4

Browse files
authored
fix: Cut support for armv7 and alphas (#22)
* fix: Cut support for armv7 and alphas * fix: Cut GAP_BUILD variable
1 parent 6389a97 commit fe7ffc4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,14 @@ jobs:
3030
matrix:
3131
image:
3232
- ubuntu-2204-lts
33-
gap-build:
34-
- full
35-
- slim
3633
gap-version:
3734
- 4.13.1
3835
- 4.13.0
39-
- 4.13.0-alpha2
40-
- 4.13.0-alpha1
4136
- 4.12.2
4237
- 4.12.1
4338
- 4.12.0
4439
platform:
4540
- linux/amd64
46-
- linux/arm/v7
4741
- linux/arm64
4842

4943
steps:
@@ -88,5 +82,4 @@ jobs:
8882
cache-to: type=gha,mode=max`
8983
build-args: |
9084
PLATFORM=${{ matrix.platform }}
91-
GAP_BUILD=${{ matrix.gap-build }}
92-
GAP_VERSION=${{ matrix.gap-version }}
85+
GAP_VERSION=${{ matrix.gap-version }}

0 commit comments

Comments
 (0)