mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Add ovverlay to SE as a test
This commit is contained in:
parent
6b127a8d63
commit
ab1a5e2eef
@ -7,7 +7,7 @@ index 15d6d9fb6..8b44da6ae 100644
|
|||||||
BUILDFLAGS := -mod=vendor $(BUILDFLAGS)
|
BUILDFLAGS := -mod=vendor $(BUILDFLAGS)
|
||||||
|
|
||||||
-BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay
|
-BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay
|
||||||
+BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay seccomp $(shell hack/systemd_tag.sh)
|
+BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper seccomp $(shell hack/systemd_tag.sh)
|
||||||
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
|
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
|
||||||
OCI_RUNTIME ?= ""
|
OCI_RUNTIME ?= ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user