Remove arch from macos
This commit is contained in:
parent
b95bd0e678
commit
a561d4ca41
|
@ -12,6 +12,6 @@ packages:
|
||||||
- fedora.amd64
|
- fedora.amd64
|
||||||
- centos.amd64
|
- centos.amd64
|
||||||
- linux.amd64
|
- linux.amd64
|
||||||
- macos.amd64
|
|
||||||
- windows.amd64
|
- windows.amd64
|
||||||
|
- macos
|
||||||
- portable
|
- portable
|
||||||
|
|
|
@ -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
|
&& ln -s $( pwd )/dotnet-sdk/dotnet /usr/bin/dotnet
|
||||||
|
|
||||||
# Link to docker-build script
|
# 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}/
|
VOLUME ${SOURCE_DIR}/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#= MacOS 10.13+ amd64 .tar.gz
|
#= MacOS 10.13+ .tar.gz
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o xtrace
|
set -o xtrace
|
Loading…
Reference in New Issue
Block a user