Not working
未關閉
- 主要語言
- Go
- 星號
- 278
- 分支
- 44
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Reproduction
```
FROM s390x/ubuntu
RUN apt update && apt install -y gcc make git golang-go
WORKDIR /chal
RUN go mod init my-module && go get github.com/89luca89/pakkero && \
cd /root/go/pkg/mod/github.com/89luca89/pakkero* && sed -i 's/-i//g' Makefile && \
make && cp dist/pakkero /chal
COPY main.c Makefile ./
RUN make
RUN ./pakkero --file ./works-on-my-machine -o ./works-on-my-machine-packed
# docker cp /chal/works-on-my-machine .
```
```c
#include
#include
int main() {
printf("hello world!\n");
}
```
```
root@4ec4fa900d3f:/chal# ./works-on-my-machine
hello world!
root@4ec4fa900d3f:/chal# ./works-on-my-machine-packed
root@4ec4fa900d3f:/chal#
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。