Skip to content

Commit

Permalink
Merge pull request #43 from firstBitMarksistskaya/nixel2007-patch-1
Browse files Browse the repository at this point in the history
Тестовая сборка образа oscript
  • Loading branch information
nixel2007 authored Sep 28, 2024
2 parents 9bf0c5c + 2bad848 commit b1e71b6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build Docker Images

on:
push:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dir: [ 'jdk', 'oscript' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker images
run: |
docker build -t oscript:latest -f ${{ matrix.dir }}/Dockerfile .
2 changes: 1 addition & 1 deletion oscript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN chmod +x /remove-dst-root-ca-x3.sh \

# Installing oscript
ARG OVM_REPOSITORY_OWNER=oscript-library
ARG OVM_VERSION=v1.2.2
ARG OVM_VERSION=v1.0.0-RC16
ARG ONESCRIPT_VERSION=stable
ARG ONESCRIPT_PACKAGES="add gitsync vanessa-runner stebi edt-ripper"

Expand Down

0 comments on commit b1e71b6

Please sign in to comment.