Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raonigabriel committed Feb 23, 2021
1 parent f1b9f60 commit 1fde8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Build semantic-version
VERSION=1.0.0
VERSION=1.0.1
docker buildx build --no-cache --platform linux/arm/v7 -t raonigabriel/web-terminal:armv7-${VERSION} ./armv7
docker buildx build --no-cache --platform linux/arm64 -t raonigabriel/web-terminal:arm64-${VERSION} ./arm64
docker buildx build --no-cache --platform linux/386 -t raonigabriel/web-terminal:386-${VERSION} ./386
Expand Down

0 comments on commit 1fde8e0

Please sign in to comment.