We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d771c34 commit 583a68fCopy full SHA for 583a68f
base.bash
@@ -1,2 +1,13 @@
1
#!/bin/bash
2
+
3
+# Copyright (C) 2017 Swift Navigation Inc.
4
+# Contact: Swift Navigation <dev@swiftnav.com>
5
+#
6
+# This source is subject to the license found in the file 'LICENSE' which must
7
+# be be distributed together with this source. All other rights reserved.
8
9
+# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10
+# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
11
+# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12
13
docker build -f Dockerfile.base -t arm-llvm-obf:base .
0 commit comments