aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.yaml2
-rw-r--r--deployment/Dockerfile.macos (renamed from deployment/Dockerfile.macos.amd64)2
-rwxr-xr-xdeployment/build.macos (renamed from deployment/build.macos.amd64)2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.yaml b/build.yaml
index a76539d1f..9e590e5a0 100644
--- a/build.yaml
+++ b/build.yaml
@@ -12,6 +12,6 @@ packages:
- fedora.amd64
- centos.amd64
- linux.amd64
- - macos.amd64
- windows.amd64
+ - macos
- portable
diff --git a/deployment/Dockerfile.macos.amd64 b/deployment/Dockerfile.macos
index aaf9a9692..ba5da4019 100644
--- a/deployment/Dockerfile.macos.amd64
+++ b/deployment/Dockerfile.macos
@@ -22,7 +22,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4
&& ln -s $( pwd )/dotnet-sdk/dotnet /usr/bin/dotnet
# Link to docker-build script
-RUN ln -sf ${SOURCE_DIR}/deployment/build.macos.amd64 /build.sh
+RUN ln -sf ${SOURCE_DIR}/deployment/build.macos /build.sh
VOLUME ${SOURCE_DIR}/
diff --git a/deployment/build.macos.amd64 b/deployment/build.macos
index 4dca2b643..16be29eee 100755
--- a/deployment/build.macos.amd64
+++ b/deployment/build.macos
@@ -1,6 +1,6 @@
#!/bin/bash
-#= MacOS 10.13+ amd64 .tar.gz
+#= MacOS 10.13+ .tar.gz
set -o errexit
set -o xtrace