mirror of
https://github.com/microsoft/edit.git
synced 2025-08-04 02:48:37 +00:00
add dockerfile
This commit is contained in:
parent
dc84966ffc
commit
99ff7d4d6c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/gnu.yml
vendored
6
.github/workflows/gnu.yml
vendored
|
@ -2,8 +2,8 @@ name: Build and Release Linux binary
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- dockerfile
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Build for icu 74
|
- name: Build for icu 74
|
||||||
run: |
|
run: |
|
||||||
docker build -t icu74 -f Dockerfile.GNU .
|
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
|
- name: Upload asset as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue