Skip to content

Commit

Permalink
remove windows support (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
adashen committed Dec 3, 2018
1 parent 1709e70 commit e201676
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion azure-iot-edge-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-iot-edge-archetype</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Maven Archetype for Azure IoT Edge</name>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"amd64": "./Dockerfile.amd64",
"amd64.debug": "./Dockerfile.amd64.debug",
"arm32v7": "./Dockerfile.arm32v7",
"arm32v7.debug": "./Dockerfile.arm32v7.debug",
"windows-amd64": "./Dockerfile.windows-amd64",
"windows-amd64.debug": "./Dockerfile.windows-amd64.debug"
"arm32v7.debug": "./Dockerfile.arm32v7.debug"
}
},
"buildOptions": []
Expand Down

0 comments on commit e201676

Please sign in to comment.