Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alinetskyi committed Jul 2, 2024
1 parent 90f4bd3 commit 102f3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- chains/coreum
- fix_build

env:
BDJUNO_IMAGE_NAME: bdjuno
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM --platform=$TARGETPLATFORM alpine:latest
ARG TARGETOS
ARG TARGETARCH
WORKDIR /bdjuno
RUN apk update
RUN apk add postgresql
Expand Down

0 comments on commit 102f3bb

Please sign in to comment.