-
We have been migrating away from make to mage throughout the Porter codebase. It's greatly simplified the file because it can reuse logic from upstream Porter. Let's rewrite the makefile to be a magef…
-
At the minute the tentative plan is that we want to get Vugu to a v1.0 release using the standard Go compiler. This allows us to get the code base into slightly better shape (see the discussion under …
-
Makefile:13: *** missing separator. Stop.Makefile:13: *** missing separator. Stop.
-
## Describe the bug
The website, https://porter.sh/docs/getting-started/install-porter/#canary, describes how to download the canary build, but the canary build has not been uipdate for a very long t…
-
### What would you like to share?
仓库的指导文档跑起来太麻烦了,献丑写了个Docker镜像构建文件,方便运行哈哈哈
最终构建出来的镜像文件只有30多M
```dockerfile
# 使用官方的 Golang Alpine 镜像作为基础镜像进行构建
FROM golang:1.21.2-alpine AS builder
MAINTAINE…
-
**Describe the enhancement:**
When running integration tests, we're currently creating VMs only in the `us-central1-1a` zone.
According to this comment:
https://github.com/elastic/elastic-age…
rdner updated
5 months ago
-
because `magefiles/go.work` includes the parent folder, any dependabot update will not be mergeable without manual intervention because builds will fail as `magefiles/go.work.sum` needs to be updated.…
-
**Describe the enhancement:**
Currently, to run Elastic Agent in OTel mode, users must run `./elastic-agent otel ...` (or the Windows equivalent). It would be convenient if users could simply run …
-
Hello,
In documentation I see
```
build:
GOARCH=wasm GOOS=js go build -o web/app.wasm
go build
run: build
./hello
```
but when I run this makefile I got error
![image](https://github…
-
The process of re-executing every time I work on the UI is more cumbersome than I thought, so is there a way to use a method such as Hot Moudle Reload?