Skip to content

Commit

Permalink
use Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Sanchez <rodolfo2488@gmail.com>
  • Loading branch information
dolfolife committed Sep 18, 2023
1 parent 11d36cf commit 86cb728
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHB_TOKEN }}
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ubuntu
COPY aoctl /bin/aoctl
RUN mkdir aoctl && \
dpkg --add-architecture i386 && \
apt update && \
WORKDIR /aoctl
ENTRYPOINT ["aoctl"]

0 comments on commit 86cb728

Please sign in to comment.