mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
workflows/pull-request: don't build tag build in container
The GO_FLAGS setup through recursive Make invocations is a hassle, and we don't use the resulting binaries anyways -- we just want to see that the build works. We get that from a plain, on-the-runner build sans docker, too. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
committed by
Stephan Renatus
parent
ba6824774e
commit
02ce64bc2b
@@ -143,7 +143,7 @@ jobs:
|
||||
arch: arm64
|
||||
- os: linux
|
||||
run: ubuntu-24.04
|
||||
targets: ci-go-ci-build-linux-static
|
||||
targets: ci-build-linux-static
|
||||
go_tags: GO_TAGS="-tags=opa_no_oci"
|
||||
variant_name: opa_no_oci
|
||||
arch: arm64
|
||||
|
||||
Reference in New Issue
Block a user