Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
9b2bb85c
Unverified
Commit
9b2bb85c
authored
2 years ago
by
Roman
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
chore: fix builder (#2842)
parent
39b32018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
+
1
-
1
View file @
9b2bb85c
...
...
@@ -104,7 +104,7 @@ build-reproducible-amd64: go.sum $(BUILDDIR)/
$(DOCKER)
buildx use osmobuilder
$(DOCKER)
buildx build
\
--build-arg
GO_VERSION
=
$(
shell
cat
go.mod |
grep
-E
'go [0-9].[0-9]+'
|
cut
-d
' '
-f
2
)
\
--platform
linux/a
r
m64
\
--platform
linux/am
d
64
\
-t
osmosis-amd64
\
--load
\
-f
Dockerfile .
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment