File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
app_name : " simplelogin"
15
15
release_type : " github"
16
16
release_url : " https://api.github.com/repos/simple-login/app"
17
- target-arch : " amd64 "
17
+ target-arch : " 64 "
18
18
secrets :
19
19
OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Original file line number Diff line number Diff line change 48
48
echo "**** install build packages ****" && \
49
49
apt-get update && \
50
50
apt-get install -y \
51
+ gcc \
51
52
git \
52
53
libre2-dev \
53
54
pkg-config \
63
64
libre2-10 && \
64
65
echo "**** cleanup ****" && \
65
66
apt-get purge -y \
67
+ gcc \
66
68
git \
67
69
libre2-dev \
68
70
pkg-config \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The architectures supported by this image are:
51
51
| Architecture | Available | Tag |
52
52
| :----: | :----: | ---- |
53
53
| x86-64 | ✅ | latest |
54
- | arm64 | ❌ | latest |
54
+ | arm64 | ✅ | latest |
55
55
56
56
## Application Setup
57
57
You can’t perform that action at this time.
0 commit comments