Skip to content

Commit

Permalink
Bumped obsidian version to 1.1.9 (sytone#40)
Browse files Browse the repository at this point in the history
* arm64 support & bump obisidian to 1.0.3

* fix typo

* fixed tags

* fixing arm64 appimage

* Update dockerfile.arm64

* Update dockerfile.arm64

* Update and rename justsky.yml to docker.yml

* added build cache

* bumped obsidian version to 1.1.9

* fixed arm64 v1.1.9 build
  • Loading branch information
just5ky authored Jan 8, 2023
1 parent 3c23813 commit 11d0099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
/tmp/*

# set version label
ARG OBSIDIAN_VERSION=1.0.3
ARG OBSIDIAN_VERSION=1.1.9

RUN \
echo "**** download obsidian ****" && \
Expand Down
4 changes: 2 additions & 2 deletions dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ RUN \
/tmp/*

# set version label
ARG OBSIDIAN_VERSION=1.0.3
ARG OBSIDIAN_VERSION=1.1.9
ARG ARCH=arm64

RUN \
echo "**** download obsidian ****" && \
curl \
https://github.com/obsidianmd/obsidian-releases/releases/download/v$OBSIDIAN_VERSION/Obsidian-1.0.3-arm64.AppImage -o obsidian.AppImage
https://github.com/obsidianmd/obsidian-releases/releases/download/v$OBSIDIAN_VERSION/Obsidian-1.1.9-arm64.AppImage -o obsidian.AppImage

RUN \
echo "**** extract obsidian ****" && \
Expand Down

0 comments on commit 11d0099

Please sign in to comment.