Skip to content

Commit

Permalink
Scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 14, 2024
1 parent 5ab6c19 commit 962f3df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
base-image:
- scratch
- erlang
- erlang-slim
- erlang-alpine
Expand Down
6 changes: 6 additions & 0 deletions containers/scratch.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM scratch

ARG TARGETARCH
COPY gleam-${TARGETARCH} /bin/gleam

CMD ["gleam"]

0 comments on commit 962f3df

Please sign in to comment.