mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-19 10:17:41 -04:00
Merge pull request #1960 from owncloud/release-1.5.0
Merge back Release 1.5.0
This commit is contained in:
17 files changed
+71
-10
No files matched your search
+1
-1
@@ -714,7 +714,7 @@ def dockerRelease(ctx, arch):
|
||||
'image': 'owncloudci/golang:1.16',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'make -C ocis release-linux',
|
||||
'make -C ocis release-linux-docker',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,6 +13,9 @@ release-dirs:
|
||||
release-linux: $(GOX) release-dirs
|
||||
$(GOX) -tags 'netgo $(TAGS)' -ldflags '-extldflags "-static" $(LDFLAGS)' -os 'linux' -arch 'amd64 386 arm64 arm' -output '$(DIST)/binaries/$(EXECUTABLE)-$(OUTPUT)-{{.OS}}-{{.Arch}}' ./cmd/$(NAME)
|
||||
|
||||
release-linux-docker: $(GOX) release-dirs
|
||||
$(GOX) -tags 'netgo $(TAGS)' -ldflags '-extldflags "-static" $(LDFLAGS)' -os 'linux' -arch 'amd64 386 arm64 arm' -output '$(DIST)/binaries/$(EXECUTABLE)-{{.OS}}-{{.Arch}}' ./cmd/$(NAME)
|
||||
|
||||
.PHONY: release-windows
|
||||
release-windows: $(GOX) release-dirs
|
||||
$(GOX) -tags 'netgo $(TAGS)' -ldflags '-extldflags "-static" $(LDFLAGS)' -os 'windows' -arch 'amd64' -output '$(DIST)/binaries/$(EXECUTABLE)-$(OUTPUT)-{{.OS}}-{{.Arch}}' ./cmd/$(NAME)
|
||||
|
||||
File diff suppressed because one or more lines are too long.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -26,6 +26,6 @@ EXPOSE 9200/tcp
|
||||
ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY dist/binaries/ocis-testing-linux-amd64 /usr/bin/ocis
|
||||
COPY dist/binaries/ocis-linux-amd64 /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
@@ -26,6 +26,6 @@ EXPOSE 9200/tcp
|
||||
ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY dist/binaries/ocis-testing-linux-arm /usr/bin/ocis
|
||||
COPY dist/binaries/ocis-linux-arm /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
@@ -26,6 +26,6 @@ EXPOSE 9200/tcp
|
||||
ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY dist/binaries/ocis-testing-linux-arm64 /usr/bin/ocis
|
||||
COPY dist/binaries/ocis-linux-arm64 /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
File diff suppressed because one or more lines are too long.
Reference in new issue
Block a user