We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6389a97 commit fe7ffc4Copy full SHA for fe7ffc4
.github/workflows/main.yaml
@@ -30,20 +30,14 @@ jobs:
30
matrix:
31
image:
32
- ubuntu-2204-lts
33
- gap-build:
34
- - full
35
- - slim
36
gap-version:
37
- 4.13.1
38
- 4.13.0
39
- - 4.13.0-alpha2
40
- - 4.13.0-alpha1
41
- 4.12.2
42
- 4.12.1
43
- 4.12.0
44
platform:
45
- linux/amd64
46
- - linux/arm/v7
47
- linux/arm64
48
49
steps:
@@ -88,5 +82,4 @@ jobs:
88
82
cache-to: type=gha,mode=max`
89
83
build-args: |
90
84
PLATFORM=${{ matrix.platform }}
91
- GAP_BUILD=${{ matrix.gap-build }}
92
- GAP_VERSION=${{ matrix.gap-version }}
85
+ GAP_VERSION=${{ matrix.gap-version }}
0 commit comments