Skip to content

Commit

Permalink
feat: fly.io vm
Browse files Browse the repository at this point in the history
  • Loading branch information
kristobalus committed Dec 14, 2023
1 parent ea20abc commit ff223a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-image-fly.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Read the version from package.json
VERSION=1.1.0-fly
VERSION=1.2.0-fly
IMAGE=kristobalus/nitter
echo "building image $IMAGE using buildx..."

Expand Down
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Read the version from package.json
VERSION=1.0.6
VERSION=1.2.0
IMAGE=kristobalus/nitter
echo "building image $IMAGE using buildx for multi-arch..."

Expand Down

0 comments on commit ff223a9

Please sign in to comment.