Skip to content

Commit

Permalink
Update darwin sdk and version
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed May 13, 2021
1 parent 5dda704 commit fc4cdbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go1.16/darwin/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN \
llvm \
&& rm -rf /var/lib/apt/lists/*

ARG OSXCROSS_SDK_URL=https://s3.amazonaws.com/beats-files/deps/MacOSX10.11.sdk.tar.xz
ARG OSXCROSS_SDK_URL=https://s3.amazonaws.com/beats-files/deps/MacOSX10.13.sdk.tar.xz
ARG OSXCROSS_PATH=/usr/osxcross
ARG OSXCROSS_REV=3034f7149716d815bc473d0a7b35d17e4cf175aa
ARG SDK_VERSION=10.11
ARG DARWIN_VERSION=15
ARG OSX_VERSION_MIN=10.10
ARG SDK_VERSION=10.13
ARG DARWIN_VERSION=17
ARG OSX_VERSION_MIN=10.13

RUN \
mkdir -p /tmp/osxcross && cd /tmp/osxcross \
Expand Down

0 comments on commit fc4cdbf

Please sign in to comment.