File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 app_name : " simplelogin"
1515 release_type : " github"
1616 release_url : " https://api.github.com/repos/simple-login/app"
17- target-arch : " amd64 "
17+ target-arch : " 64 "
1818 secrets :
1919 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Original file line number Diff line number Diff line change 4848 echo "**** install build packages ****" && \
4949 apt-get update && \
5050 apt-get install -y \
51+ gcc \
5152 git \
5253 libre2-dev \
5354 pkg-config \
6364 libre2-10 && \
6465 echo "**** cleanup ****" && \
6566 apt-get purge -y \
67+ gcc \
6668 git \
6769 libre2-dev \
6870 pkg-config \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The architectures supported by this image are:
5151| Architecture | Available | Tag |
5252| :----: | :----: | ---- |
5353| x86-64 | ✅ | latest |
54- | arm64 | ❌ | latest |
54+ | arm64 | ✅ | latest |
5555
5656## Application Setup
5757
You can’t perform that action at this time.
0 commit comments