add dockerfile

This commit is contained in:
Kalo Zsombor 2025-06-29 19:20:30 +02:00
parent dc84966ffc
commit 99ff7d4d6c

View file

@ -2,8 +2,8 @@ name: Build and Release Linux binary
on:
push:
tags:
- '*'
branches:
- dockerfile
jobs:
build:
@ -16,7 +16,7 @@ jobs:
- name: Build for icu 74
run: |
docker build -t icu74 -f Dockerfile.GNU .
docker run --rm -v ${{ github.workspace }}:/workspace /bin/sh -c "cp -v target/release/edit /workspace/edit.icu74"
docker run --rm -v ${{ github.workspace }}:/workspace icu74 /bin/sh -c "cp -v target/release/edit /workspace/edit.icu74"
- name: Upload asset as artifact
uses: actions/upload-artifact@v4