Skip to content

Commit

Permalink
ci: try to build v2 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 13, 2024
1 parent 6964a0d commit c2bb2cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
include:
- project: 'mautrix/ci'
file: '/go.yml'
- project: 'mautrix/ci'
file: '/gov2.yml'

variables:
BUILDER_IMAGE: dock.mau.dev/tulir/gomuks-build-docker/signal
BINARY_NAME: mautrix-signal

# 32-bit arm builds aren't supported
build arm:
rules:
- when: never

build arm v2:
rules:
- when: never

0 comments on commit c2bb2cc

Please sign in to comment.