Skip to content

Commit

Permalink
Update forked README with Alpine notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Suriano committed May 1, 2020
1 parent 87c947f commit c40a587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ Applying: 20151127184807_create_users_table.sql

**How do I use DBMate-Oracle under Alpine linux?**

Alpine linux uses [musl libc](https://www.musl-libc.org/), which is incompatible with how we build Oracle and SQLite support (using [cgo](https://golang.org/cmd/cgo/)). If you want Alpine linux support, and don't mind sacrificing SQLite support, please use the `dbmate-linux-musl-amd64` build found on the [releases page](https://github.com/csuriano23/dbmate-oracle/releases).
Alpine linux uses [musl libc](https://www.musl-libc.org/), which is incompatible with how we build Oracle support.
Some workarounds [can be found](https://megamorf.gitlab.io/2019/09/08/alpine-go-builds-with-cgo-enabled.html) to run Alpine Linux with CGO enabled.

## Alternatives

Expand Down

0 comments on commit c40a587

Please sign in to comment.