Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Apr 14, 2024
1 parent 7559f8e commit 4b68f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ jobs:
docker buildx build \
--builder ${{ steps.buildx.outputs.name }} \
--tag appview/appview:${VERSION} \
--platform linux/amd64,linux/arm64/v8 \
# --platform linux/amd64,linux/arm64/v8 \
--platform linux/amd64 \
--output type=${TYPE} \
--file docker/base/Dockerfile \
.
Expand Down
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY bin/linux/${TARGETARCH}/appview /usr/local/bin/appview
COPY lib/linux/${TARGETARCH}/libappview.so /usr/local/lib/libappview.so

RUN mkdir /usr/local/appview /usr/local/appview/x86_64 \
&& ln -s x86_64 /usr/local/appview/amd64 \
&& ln -s x86_64 /usr/local/appview/amd64

COPY bin/linux/x86_64/* /usr/local/appview/x86_64/
COPY conf/appview.yml /usr/local/appview/x86_64/appview.yml
Expand Down

0 comments on commit 4b68f72

Please sign in to comment.