mirror of
https://github.com/hugomods/docker.git
synced 2025-04-28 06:00:47 +03:00
Refactor
Closed #33: add multi-architecture support, but the exts support amd64 only. Fixed #34: override the build date, commit hash and vendor info. Fixed #36: push images to multiple registries in same job. Trigger the workflow every 10 mins.
This commit is contained in:
parent
51ce6436f9
commit
4204ca78d6
24 changed files with 244 additions and 127 deletions
5
docker/hugo/snippets/go
Normal file
5
docker/hugo/snippets/go
Normal file
|
@ -0,0 +1,5 @@
|
|||
# copy Go from builder.
|
||||
COPY --from=builder /usr/local/go /usr/local/go
|
||||
|
||||
# create a symbolic link for Go.
|
||||
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go
|
Loading…
Add table
Add a link
Reference in a new issue