mirror of
https://github.com/microsoft/edit.git
synced 2025-07-08 05:45:17 +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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue